diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2008-07-23 09:23:42 +0000 |
commit | 490bfaade9fd39fe364761a9abb9e53381c5571c (patch) | |
tree | 043f54862360ff8a1158c881c9634f7ee0cd52b9 /cipher-bf1.c | |
parent | 8211d6b01828096abeefb4a88cd06030d0097c10 (diff) |
Notes
Diffstat (limited to 'cipher-bf1.c')
-rw-r--r-- | cipher-bf1.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cipher-bf1.c b/cipher-bf1.c index 292488c5c617..e0e33b4c0511 100644 --- a/cipher-bf1.c +++ b/cipher-bf1.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" /* * SSH1 uses a variation on Blowfish, all bytes must be swapped before |