summaryrefslogtreecommitdiff
path: root/package/openssh/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-03-20 18:56:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-03-21 22:13:45 +0100
commit7ba461799ee338d77eb2b4dfb17477b1ff521405 (patch)
treeaaefbc6e603aaa14b67012000aa311bcdc7c335f /package/openssh/patches
parent7c0e488c5cf6992ad67c59137d4f5463cf523a81 (diff)
update to latest stable upstream
Diffstat (limited to 'package/openssh/patches')
-rw-r--r--package/openssh/patches/patch-configure_ac13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/openssh/patches/patch-configure_ac b/package/openssh/patches/patch-configure_ac
deleted file mode 100644
index eceb331cd..000000000
--- a/package/openssh/patches/patch-configure_ac
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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"
- ]
- )