]> git.pld-linux.org Git - packages/openssh.git/blob - openssh-sshv1-openssl.patch
- s/enviroment/environment/
[packages/openssh.git] / openssh-sshv1-openssl.patch
1 --- openssh-4.6p1/cipher-3des1.c.orig   2006-09-01 07:38:36.000000000 +0200
2 +++ openssh-4.6p1/cipher-3des1.c        2007-04-10 20:51:52.274701619 +0200
3 @@ -35,9 +35,7 @@
4  #include "xmalloc.h"
5  #include "log.h"
6  
7 -#if OPENSSL_VERSION_NUMBER < 0x00906000L
8 -#define SSH_OLD_EVP
9 -#endif
10 +#include "openbsd-compat/openssl-compat.h"
11  
12  /*
13   * This is used by SSH1:
14 --- openssh-4.6p1/cipher-bf1.c.orig     2006-09-01 07:38:36.000000000 +0200
15 +++ openssh-4.6p1/cipher-bf1.c  2007-04-10 20:52:16.380075306 +0200
16 @@ -35,9 +35,7 @@
17  #include "xmalloc.h"
18  #include "log.h"
19  
20 -#if OPENSSL_VERSION_NUMBER < 0x00906000L
21 -#define SSH_OLD_EVP
22 -#endif
23 +#include "openbsd-compat/openssl-compat.h"
24  
25  /*
26   * SSH1 uses a variation on Blowfish, all bytes must be swapped before
This page took 0.032777 seconds and 3 git commands to generate.