summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-cipher_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-06 15:57:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-06 15:57:50 +0200
commitfaf5bef3ce64c6b15ac9cd4490c74f621cea4b73 (patch)
tree1652e4bf6d5d999b3e565b32d2e8c862efa7fc9b /package/openssh/patches/patch-cipher_c
parent7c46b5169bb606c3449cbb64f835589161f01166 (diff)
parent9cfdb6d7a7e939427b7b6e41e1f2074eff724457 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Conflicts: target/Config.in
Diffstat (limited to 'package/openssh/patches/patch-cipher_c')
-rw-r--r--package/openssh/patches/patch-cipher_c5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/openssh/patches/patch-cipher_c b/package/openssh/patches/patch-cipher_c
index 9edbd4167..b0a91afea 100644
--- a/package/openssh/patches/patch-cipher_c
+++ b/package/openssh/patches/patch-cipher_c
@@ -1,6 +1,5 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- openssh-5.2p1.orig/cipher.c 2009-01-28 06:38:41.000000000 +0100
-+++ openssh-5.2p1/cipher.c 2009-05-01 13:39:23.000000000 +0200
+--- openssh-5.4p1.orig/cipher.c 2009-01-28 06:38:41.000000000 +0100
++++ openssh-5.4p1/cipher.c 2010-03-17 16:24:25.000000000 +0100
@@ -69,21 +69,30 @@ struct Cipher {
{ "none", SSH_CIPHER_NONE, 8, 0, 0, 0, EVP_enc_null },
{ "des", SSH_CIPHER_DES, 8, 8, 0, 1, EVP_des_cbc },