diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 20:51:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-24 20:51:56 +0100 |
commit | 99232c868fb3b52ba7405a1d0489c0ef20b285b3 (patch) | |
tree | f8a2dc86b3fe4de30061b5998bc30f527ca29ef7 /package/openssh/patches/patch-digest_c | |
parent | 576d781cf21104289e890193b263a7808b8694ac (diff) |
update to latest upstream
Diffstat (limited to 'package/openssh/patches/patch-digest_c')
-rw-r--r-- | package/openssh/patches/patch-digest_c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openssh/patches/patch-digest_c b/package/openssh/patches/patch-digest_c deleted file mode 100644 index feead7711..000000000 --- a/package/openssh/patches/patch-digest_c +++ /dev/null @@ -1,12 +0,0 @@ ---- openssh-6.5p1.orig/digest.c 2014-01-20 02:41:53.000000000 +0100 -+++ openssh-6.5p1/digest.c 2014-02-11 17:41:23.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 }, |