]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher-aes.c
initialize pointers to avoid compiler warnings
[gssapi-openssh.git] / openssh / cipher-aes.c
index c41def600ca0108e925dde1946396e8fca96abb7..22d500d4290ab47cdd48bab52fde278d8dc8005c 100644 (file)
 
 #include "includes.h"
 #if OPENSSL_VERSION_NUMBER < 0x00907000L
-RCSID("$OpenBSD: cipher-aes.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
+RCSID("$OpenBSD: cipher-aes.c,v 1.2 2003/11/26 21:44:29 djm Exp $");
 
 #include <openssl/evp.h>
 #include "rijndael.h"
 #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.029049 seconds and 4 git commands to generate.