summaryrefslogtreecommitdiffstats
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 2671c4af..a33acac8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2915,15 +2915,6 @@ if test "x$openssl" = "xyes" ; then
# Check for SHA256, SHA384 and SHA512 support in OpenSSL
AC_CHECK_FUNCS([EVP_sha256 EVP_sha384 EVP_sha512])
- # Search for RIPE-MD support in OpenSSL
- AC_CHECK_FUNCS([EVP_ripemd160], ,
- [unsupported_algorithms="$unsupported_algorithms \
- hmac-ripemd160 \
- hmac-ripemd160@openssh.com \
- hmac-ripemd160-etm@openssh.com"
- ]
- )
-
# Check complete ECC support in OpenSSL
AC_MSG_CHECKING([whether OpenSSL has NID_X9_62_prime256v1])
AC_LINK_IFELSE(