]> andersk Git - openssh.git/blobdiff - cipher-bf1.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / cipher-bf1.c
index 292488c5c61778bb4a1fd15577e40ae5a2c80266..e0e33b4c051158a6c981fcab13ccb9720f514f80 100644 (file)
@@ -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
This page took 0.023066 seconds and 4 git commands to generate.