]> andersk Git - openssh.git/blobdiff - cipher-3des1.c
- (djm) Sync with V_3_7 branch:
[openssh.git] / cipher-3des1.c
index f9a3523979c53df43daa155f08e22399110c40a1..6f9f5dd6b5d48b405b185e38af9aa7d466baf258 100644 (file)
@@ -29,6 +29,10 @@ RCSID("$OpenBSD: cipher-3des1.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
 #include "xmalloc.h"
 #include "log.h"
 
+#if OPENSSL_VERSION_NUMBER < 0x00906000L
+#define SSH_OLD_EVP
+#endif
+
 /*
  * This is used by SSH1:
  *
This page took 0.033873 seconds and 4 git commands to generate.