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 build, so this should be safe. For what it's
worth,
Reviewed-by: Jonathan Nieder <redacted>
[...]
This builds upon the patch I sent earlier, so technically it's 2/2
I'm less sure about whether patch 1/2 is a good idea. Luckily the
conflicts when trying to untangle the two are only textual.
Thanks,
Jonathan