summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-digest-openssl_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-23 19:29:18 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-23 19:29:18 +0200
commite0ab58405982a858f0e9d4c16c456131c7ba791d (patch)
tree95d5a7d4cd1bea67944457f8dc1d2ebbdb2443ec /package/openssh/patches/patch-digest-openssl_c
parentdd5962419c3fe6f297b612ea0719c2057174130a (diff)
parentffffb0121dbf54f491560c3539e6269e432517ae (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/patches/patch-digest-openssl_c')
-rw-r--r--package/openssh/patches/patch-digest-openssl_c12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openssh/patches/patch-digest-openssl_c b/package/openssh/patches/patch-digest-openssl_c
deleted file mode 100644
index dc8aeb4f6..000000000
--- a/package/openssh/patches/patch-digest-openssl_c
+++ /dev/null
@@ -1,12 +0,0 @@
---- openssh-6.6p1.orig/digest-openssl.c 2014-02-04 01:25:45.000000000 +0100
-+++ openssh-6.6p1/digest-openssl.c 2014-03-24 13:42:01.000000000 +0100
-@@ -44,7 +44,9 @@ struct ssh_digest {
- /* NB. Indexed directly by algorithm number */
- const struct ssh_digest digests[] = {
- { SSH_DIGEST_MD5, "MD5", 16, EVP_md5 },
-+#ifndef OPENSSL_NO_RIPEMD
- { SSH_DIGEST_RIPEMD160, "RIPEMD160", 20, EVP_ripemd160 },
-+#endif
- { SSH_DIGEST_SHA1, "SHA1", 20, EVP_sha1 },
- #ifdef HAVE_EVP_SHA256 /* XXX replace with local if missing */
- { SSH_DIGEST_SHA256, "SHA256", 32, EVP_sha256 },