diff options
author | Kazuki Yamaguchi <k@rhe.jp> | 2016-04-09 01:22:16 +0900 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-04-08 11:46:36 -0700 |
commit | 1245c74936d5803415306ade3c5050614a26af4e (patch) | |
tree | ccbf76d7ba217fdb6a75de83f522b9407970b5ef /git-compat-util.h | |
parent | b51c0d4b4c70b3d2ddac1657b98b17e77af1c404 (diff) | |
download | git-1245c74936d5803415306ade3c5050614a26af4e.tar.gz |
configure: remove checking for HMAC_CTX_cleanupky/imap-send-openssl-1.1.0
We don't need it, as we no longer use HMAC_CTX_cleanup() directly.
Signed-off-by: Kazuki Yamaguchi <k@rhe.jp>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-compat-util.h')
-rw-r--r-- | git-compat-util.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/git-compat-util.h b/git-compat-util.h index f035363ba6..c062ddfb5a 100644 --- a/git-compat-util.h +++ b/git-compat-util.h @@ -277,9 +277,6 @@ extern char *gitbasename(char *); #endif #include <openssl/ssl.h> #include <openssl/err.h> -#ifdef NO_HMAC_CTX_CLEANUP -#define HMAC_CTX_cleanup HMAC_cleanup -#endif #endif /* On most systems <netdb.h> would have given us this, but |