patch-configure_ac 475 B

12345678910111213
  1. --- openssh-6.7p1.orig/configure.ac 2014-08-26 22:32:01.000000000 +0200
  2. +++ openssh-6.7p1/configure.ac 2014-10-11 21:42:45.000000000 +0200
  3. @@ -2526,8 +2526,8 @@ AC_CHECK_FUNCS([SHA256_Update EVP_sha256
  4. # Search for RIPE-MD support in OpenSSL
  5. AC_CHECK_FUNCS([EVP_ripemd160], ,
  6. [unsupported_algorithms="$unsupported_algorithms \
  7. - hmac-ripemd160
  8. - hmac-ripemd160@openssh.com
  9. + hmac-ripemd160 \
  10. + hmac-ripemd160@openssh.com \
  11. hmac-ripemd160-etm@openssh.com"
  12. ]
  13. )