diff options
author | Darren Tucker <dtucker@zip.com.au> | 2007-03-13 08:50:04 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2007-03-13 08:50:04 +0100 |
commit | da05f48739c678b88c7e9c071883cd8b5eae5af1 (patch) | |
tree | 1d3ab71c13981e49833ca2ea6119b44a5b0ce5d9 /cipher-3des1.c | |
parent | - (dtucker) [LICENCE] Add Daniel Walsh as a copyright holder for the (diff) | |
download | openssh-da05f48739c678b88c7e9c071883cd8b5eae5af1.tar.xz openssh-da05f48739c678b88c7e9c071883cd8b5eae5af1.zip |
- (dtucker) [cipher-3des1.c cipher-bf1.c] The OpenSSL 0.9.8e problem in
bug #1291 also affects Protocol 1 3des. While at it, use compat-openssl.h
in cipher-bf1.c. Patch from Juan Gallego.
Diffstat (limited to 'cipher-3des1.c')
-rw-r--r-- | cipher-3des1.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cipher-3des1.c b/cipher-3des1.c index fc16e20d7..17a13a133 100644 --- a/cipher-3des1.c +++ b/cipher-3des1.c @@ -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: |