Re: [PATCH v7 3/3] imap-send: eliminate HMAC deprecation warnings on Mac OS X

2013-05-17 Thread Junio C Hamano
Eric Sunshine writes: > From: David Aguilar > > 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; eliminated abuse of > COMMON_DIGEST_FO

[PATCH v7 3/3] imap-send: eliminate HMAC deprecation warnings on Mac OS X

2013-05-17 Thread Eric Sunshine
From: David Aguilar 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; eliminated abuse of COMMON_DIGEST_FOR_OPENSSL by checking NO_APPLE_COMMON_