From da05f48739c678b88c7e9c071883cd8b5eae5af1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 13 Mar 2007 18:50:04 +1100 Subject: - (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. --- cipher-3des1.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cipher-3des1.c') 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: -- cgit v1.2.3