summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-configure_ac
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-19 20:52:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-19 20:52:15 +0200
commit753383bdf29033a1c7244e31c42c2f5d9906010f (patch)
tree76f468b30d786cd2a37d565e93fda8f57069719c /package/openssh/patches/patch-configure_ac
parenta54b226832e9b6e957d1db9b8c081adeb4ef09df (diff)
parent4404645c4b980a135411b7e4b13546b15a48d49e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/patches/patch-configure_ac')
-rw-r--r--package/openssh/patches/patch-configure_ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/package/openssh/patches/patch-configure_ac b/package/openssh/patches/patch-configure_ac
new file mode 100644
index 000000000..eceb331cd
--- /dev/null
+++ b/package/openssh/patches/patch-configure_ac
@@ -0,0 +1,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"
+ ]
+ )