]> andersk Git - openssh.git/blobdiff - cipher-aes.c
- (djm) Sync with V_3_7 branch:
[openssh.git] / cipher-aes.c
index c41def600ca0108e925dde1946396e8fca96abb7..7ba950191169cad64fa8cbc6aa3463bd3f7d6fde 100644 (file)
@@ -31,6 +31,10 @@ RCSID("$OpenBSD: cipher-aes.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
+
 #define RIJNDAEL_BLOCKSIZE 16
 struct ssh_rijndael_ctx
 {
This page took 0.034652 seconds and 4 git commands to generate.