From: David Aguilar Date: Sun, 19 May 2013 10:23:36 +0000 (-0400) Subject: imap-send: eliminate HMAC deprecation warnings on Mac OS X X-Git-Tag: v1.8.3.3~28^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/be4c828b761a7c65edcff75b008051b6d027e64a?ds=inline;hp=be4c828b761a7c65edcff75b008051b6d027e64a imap-send: eliminate HMAC deprecation warnings on Mac OS X As of Mac OS X 10.7, Apple deprecated all OpenSSL functions due to OpenSSL ABI instability. Silence the warnings by using Apple's CommonCrypto HMAC replacement functions. [es: reworded commit message; check APPLE_COMMON_CRYPTO instead of abusing COMMON_DIGEST_FOR_OPENSSL] Signed-off-by: David Aguilar Signed-off-by: Eric Sunshine Signed-off-by: Junio C Hamano ---