mirror of
https://github.com/git/git.git
synced 2026-01-09 01:34:00 +00:00
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>
This commit is contained in:
committed by
Junio C Hamano
parent
b51c0d4b4c
commit
1245c74936
@@ -970,10 +970,6 @@ AC_CHECK_LIB([iconv], [locale_charset],
|
||||
[CHARSET_LIB=-lcharset])])
|
||||
GIT_CONF_SUBST([CHARSET_LIB])
|
||||
#
|
||||
# Define NO_HMAC_CTX_CLEANUP=YesPlease if HMAC_CTX_cleanup is missing.
|
||||
AC_CHECK_LIB([crypto], [HMAC_CTX_cleanup],
|
||||
[], [GIT_CONF_SUBST([NO_HMAC_CTX_CLEANUP], [YesPlease])])
|
||||
#
|
||||
# Define HAVE_CLOCK_GETTIME=YesPlease if clock_gettime is available.
|
||||
GIT_CHECK_FUNC(clock_gettime,
|
||||
[HAVE_CLOCK_GETTIME=YesPlease],
|
||||
|
||||
Reference in New Issue
Block a user