Re: [PATCH] imap-send: eliminate HMAC warnings on OS X 10.8

2013-05-11 Thread Jonathan Nieder
David Aguilar wrote: Mac OS X Mountain Lion warns that HMAC_Init() and friends are deprecated. Use CommonCrypto's HMAC to eliminate the warnings. Makes sense, and if the #define trick stops working some day due to some conflicting macro in an openssl header some day, it would just break the

[PATCH] imap-send: eliminate HMAC warnings on OS X 10.8

2013-05-10 Thread David Aguilar
Mac OS X Mountain Lion warns that HMAC_Init() and friends are deprecated. Use CommonCrypto's HMAC to eliminate the warnings. Signed-off-by: David Aguilar dav...@gmail.com --- This builds upon the patch I sent earlier, so technically it's 2/2 While researching these errors I found this: