summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2020-01-14 07:24:46 +1100
committerDarren Tucker <dtucker@dtucker.net>2020-01-14 12:05:00 +1100
commit26b2675b0c3e3efea11a52609073aec01736ec84 (patch)
tree7a4f5109d7032bfb9c7fb4c2393488fc8112364f /configure.ac
parented3ad71b17adcd1fb4431d145f53cee1c6a1135e (diff)
Remove configure test & compat code for ripemd160.
RIPEMD160 support was removed upstream in 2017, however we still had a configure test and compat code for it, so clean those up now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 2671c4afe..a33acac85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2915,15 +2915,6 @@ if test "x$openssl" = "xyes" ; then
2915 # Check for SHA256, SHA384 and SHA512 support in OpenSSL 2915 # Check for SHA256, SHA384 and SHA512 support in OpenSSL
2916 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512]) 2916 AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512])
2917 2917
2918 # Search for RIPE-MD support in OpenSSL
2919 AC_CHECK_FUNCS([EVP_ripemd160], ,
2920 [unsupported_algorithms="$unsupported_algorithms \
2921 hmac-ripemd160 \
2922 hmac-ripemd160@openssh.com \
2923 hmac-ripemd160-etm@openssh.com"
2924 ]
2925 )
2926
2927 # Check complete ECC support in OpenSSL 2918 # Check complete ECC support in OpenSSL
2928 AC_MSG_CHECKING([whether OpenSSL has NID_X9_62_prime256v1]) 2919 AC_MSG_CHECKING([whether OpenSSL has NID_X9_62_prime256v1])
2929 AC_LINK_IFELSE( 2920 AC_LINK_IFELSE(