summaryrefslogtreecommitdiff
path: root/cipher-bf1.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2007-03-13 18:50:04 +1100
committerDarren Tucker <dtucker@zip.com.au>2007-03-13 18:50:04 +1100
commitda05f48739c678b88c7e9c071883cd8b5eae5af1 (patch)
tree1d3ab71c13981e49833ca2ea6119b44a5b0ce5d9 /cipher-bf1.c
parentb9fe6a337a31421caeec5ee033a87ab68643efe9 (diff)
- (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-bf1.c')
-rw-r--r--cipher-bf1.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/cipher-bf1.c b/cipher-bf1.c
index 292488c5c..e0e33b4c0 100644
--- a/cipher-bf1.c
+++ b/cipher-bf1.c
@@ -35,9 +35,7 @@
35#include "xmalloc.h" 35#include "xmalloc.h"
36#include "log.h" 36#include "log.h"
37 37
38#if OPENSSL_VERSION_NUMBER < 0x00906000L 38#include "openbsd-compat/openssl-compat.h"
39#define SSH_OLD_EVP
40#endif
41 39
42/* 40/*
43 * SSH1 uses a variation on Blowfish, all bytes must be swapped before 41 * SSH1 uses a variation on Blowfish, all bytes must be swapped before