diff options
author | Kazuki Yamaguchi <k@rhe.jp> | 2016-04-09 01:22:13 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-08 11:45:47 -0700 |
commit | 1ed2c7b11570f5d16bdc70d151fa78c3dccf6d38 (patch) | |
tree | 9fb56716945fd446dea3bb37401559766c3816cf /Documentation/git-diff.txt | |
parent | Git 2.6.6 (diff) | |
download | tgif-1ed2c7b11570f5d16bdc70d151fa78c3dccf6d38.tar.xz |
imap-send: use HMAC() function provided by OpenSSL
Fix compile errors with OpenSSL 1.1.0.
HMAC_CTX is made opaque and HMAC_CTX_cleanup is removed in OpenSSL
1.1.0. But since we just want to calculate one HMAC, we can use HMAC()
here, which exists since OpenSSL 0.9.6 at least.
Signed-off-by: Kazuki Yamaguchi <k@rhe.jp>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff.txt')
0 files changed, 0 insertions, 0 deletions