Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
configure: remove checking for HMAC_CTX_cleanup
[gitweb.git]
/
git-compat-util.h
diff --git
a/git-compat-util.h
b/git-compat-util.h
index f035363ba6047c20e76dd9532521c0852a7d6b1f..c062ddfb5a80ea3f2931a1ed7f706a7812b72123 100644
(file)
--- 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