summaryrefslogtreecommitdiff
path: root/package/openssh/patches/patch-cipher_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-20 18:56:45 +0200
commit3cac6b11b1248fb63eae9e4fc64e41e9d8c8eb1b (patch)
treed0cec50e47cf01bf981e2316b3b8029373b5fe00 /package/openssh/patches/patch-cipher_c
parentc5dc60b664fcbba2642346c4b80fc407264337b7 (diff)
fix musl compile
Diffstat (limited to 'package/openssh/patches/patch-cipher_c')
-rw-r--r--package/openssh/patches/patch-cipher_c4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssh/patches/patch-cipher_c b/package/openssh/patches/patch-cipher_c
index 88f5d11d9..e7169b576 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-04-29 15:10:49.000000000 +0200
-@@ -69,23 +69,33 @@
++++ openssh-6.2p1/cipher.c 2013-08-20 08:56:48.923159083 +0200
+@@ -69,23 +69,33 @@ struct Cipher {
{ "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 },