imap-send: link against libcrypto for HMAC and others
commit401857c4c641a73e7fb78d26a9c2ad6eb316b739
authorDiego Elio Pettenò <flameeyes@gmail.com>
Wed, 24 Nov 2010 20:03:53 +0000 (24 21:03 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Nov 2010 20:23:48 +0000 (24 12:23 -0800)
tree1f5b5b96539d59d63c19e9202480ab4eeaf39c70
parent83acaaec12fcf33e605f441216ecc91c81b90449
imap-send: link against libcrypto for HMAC and others

When using stricter linkers, such as GNU gold or Darwin ld, transitive
dependencies are not counted towards symbol resolution. If we don't link
imap-send to libcrypto, we'll have undefined references to the HMAC_*,
EVP_* and ERR_* functions families.

Signed-off-by: Diego Elio Pettenò <flameeyes@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile