summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-cipher_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-02-15 14:25:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-02-15 14:25:42 +0100
commit3c586ea3d495ffa77ab95d5cb1529ecbf208a63c (patch)
treebcd9a488454f9a739450c742ced8b2e3ada8c118 /package/openssh/patches/patch-cipher_c
parentc653423921e82df58aa203674fabe6fc6e157cd4 (diff)
parent0c0e05a071067aa433b3cf13bd982543d9ad7d17 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openssh/patches/patch-cipher_c')
-rw-r--r--package/openssh/patches/patch-cipher_c6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/openssh/patches/patch-cipher_c b/package/openssh/patches/patch-cipher_c
index e7169b576..059d3cf86 100644
--- a/package/openssh/patches/patch-cipher_c
+++ b/package/openssh/patches/patch-cipher_c
@@ -1,7 +1,7 @@
diff -Nur openssh-6.2p1.orig/cipher.c openssh-6.2p1/cipher.c
---- openssh-6.2p1.orig/cipher.c 2013-02-12 01:00:35.000000000 +0100
-+++ openssh-6.2p1/cipher.c 2013-08-20 08:56:48.923159083 +0200
-@@ -69,23 +69,33 @@ struct Cipher {
+--- openssh-6.5p1.orig/cipher.c 2014-01-25 23:37:26.000000000 +0100
++++ openssh-6.5p1/cipher.c 2014-02-11 15:26:16.000000000 +0100
+@@ -75,23 +75,33 @@ static const struct Cipher ciphers[] = {
{ "none", SSH_CIPHER_NONE, 8, 0, 0, 0, 0, 0, EVP_enc_null },
{ "des", SSH_CIPHER_DES, 8, 8, 0, 0, 0, 1, EVP_des_cbc },
{ "3des", SSH_CIPHER_3DES, 8, 16, 0, 0, 0, 1, evp_ssh1_3des },