summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
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 'Makefile')
-rw-r--r--Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 37e2d9e..cad1f45 100644
--- a/Makefile
+++ b/Makefile
@@ -354,9 +354,6 @@ all::
#
# Define HAVE_CLOCK_MONOTONIC if your platform has CLOCK_MONOTONIC in librt.
#
-# Define NO_HMAC_CTX_CLEANUP if your OpenSSL is version 0.9.6b or earlier to
-# cleanup the HMAC context with the older HMAC_cleanup function.
-#
# Define USE_PARENS_AROUND_GETTEXT_N to "yes" if your compiler happily
# compiles the following initialization:
#
@@ -1120,9 +1117,6 @@ ifndef NO_OPENSSL
ifdef NEEDS_CRYPTO_WITH_SSL
OPENSSL_LIBSSL += -lcrypto
endif
- ifdef NO_HMAC_CTX_CLEANUP
- BASIC_CFLAGS += -DNO_HMAC_CTX_CLEANUP
- endif
else
BASIC_CFLAGS += -DNO_OPENSSL
BLK_SHA1 = 1