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