summaryrefslogtreecommitdiff
path: root/git-compat-util.h
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-08 16:22:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-04-08 18:46:36 (GMT)
commit1245c74936d5803415306ade3c5050614a26af4e (patch)
treeccbf76d7ba217fdb6a75de83f522b9407970b5ef /git-compat-util.h
parentb51c0d4b4c70b3d2ddac1657b98b17e77af1c404 (diff)
downloadgit-1245c74936d5803415306ade3c5050614a26af4e.zip
git-1245c74936d5803415306ade3c5050614a26af4e.tar.gz
git-1245c74936d5803415306ade3c5050614a26af4e.tar.bz2
configure: remove checking for HMAC_CTX_cleanup
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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/git-compat-util.h b/git-compat-util.h
index f035363..c062ddf 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