From 1245c74936d5803415306ade3c5050614a26af4e Mon Sep 17 00:00:00 2001 From: Kazuki Yamaguchi Date: Sat, 9 Apr 2016 01:22:16 +0900 Subject: 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 Signed-off-by: Junio C Hamano --- git-compat-util.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'git-compat-util.h') 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 #include -#ifdef NO_HMAC_CTX_CLEANUP -#define HMAC_CTX_cleanup HMAC_cleanup -#endif #endif /* On most systems would have given us this, but -- cgit v1.2.1