]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher-3des1.c
resync with vendor branch; should not have local modifications here
[gssapi-openssh.git] / openssh / 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 3.556905 seconds and 4 git commands to generate.