From f43497f3512d0d9d849489631d84017035d42b7a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Tue, 30 Oct 2007 20:35:38 +0000 Subject: [PATCH] - outdated Changed files: openssh-sshv1-openssl.patch -> 1.2 --- openssh-sshv1-openssl.patch | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 openssh-sshv1-openssl.patch diff --git a/openssh-sshv1-openssl.patch b/openssh-sshv1-openssl.patch deleted file mode 100644 index 0ce7b6e..0000000 --- a/openssh-sshv1-openssl.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- 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 -- 2.44.0