summaryrefslogtreecommitdiff
path: root/write_or_die.c
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-09 01:22:13 +0900
committerJunio C Hamano <gitster@pobox.com>2016-04-08 11:45:47 -0700
commit1ed2c7b11570f5d16bdc70d151fa78c3dccf6d38 (patch)
tree9fb56716945fd446dea3bb37401559766c3816cf /write_or_die.c
parente46579643d56162299b1756b70d418005351b256 (diff)
downloadgit-1ed2c7b11570f5d16bdc70d151fa78c3dccf6d38.tar.gz
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 'write_or_die.c')
0 files changed, 0 insertions, 0 deletions