]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- fix SSHv1 compatibility even when working with openssl 0.9.8e
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 10 Apr 2007 19:25:50 +0000 (19:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh-sshv1-openssl.patch -> 1.1

openssh-sshv1-openssl.patch [new file with mode: 0644]

diff --git a/openssh-sshv1-openssl.patch b/openssh-sshv1-openssl.patch
new file mode 100644 (file)
index 0000000..0ce7b6e
--- /dev/null
@@ -0,0 +1,26 @@
+--- openssh-4.6p1/cipher-3des1.c.orig  2006-09-01 07:38:36.000000000 +0200
++++ openssh-4.6p1/cipher-3des1.c       2007-04-10 20:51:52.274701619 +0200
+@@ -35,9 +35,7 @@
+ #include "xmalloc.h"
+ #include "log.h"
+-#if OPENSSL_VERSION_NUMBER < 0x00906000L
+-#define SSH_OLD_EVP
+-#endif
++#include "openbsd-compat/openssl-compat.h"
+ /*
+  * This is used by SSH1:
+--- openssh-4.6p1/cipher-bf1.c.orig    2006-09-01 07:38:36.000000000 +0200
++++ openssh-4.6p1/cipher-bf1.c 2007-04-10 20:52:16.380075306 +0200
+@@ -35,9 +35,7 @@
+ #include "xmalloc.h"
+ #include "log.h"
+-#if OPENSSL_VERSION_NUMBER < 0x00906000L
+-#define SSH_OLD_EVP
+-#endif
++#include "openbsd-compat/openssl-compat.h"
+ /*
+  * SSH1 uses a variation on Blowfish, all bytes must be swapped before
This page took 0.140099 seconds and 4 git commands to generate.