]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher-ctr.c
check for existence of globus_gss_assist_map_and_authorize()
[gssapi-openssh.git] / openssh / cipher-ctr.c
index 856177349d1757dd20ec6113517fa80fb2001a7b..8a98f3c42559148a188ba813fe525098826f9e3d 100644 (file)
@@ -21,11 +21,10 @@ RCSID("$OpenBSD: cipher-ctr.c,v 1.6 2005/07/17 07:17:55 djm Exp $");
 #include "log.h"
 #include "xmalloc.h"
 
-#if OPENSSL_VERSION_NUMBER < 0x00906000L
-#define SSH_OLD_EVP
-#endif
+/* compatibility with old or broken OpenSSL versions */
+#include "openbsd-compat/openssl-compat.h"
 
-#if OPENSSL_VERSION_NUMBER < 0x00907000L
+#ifdef USE_BUILTIN_RIJNDAEL
 #include "rijndael.h"
 #define AES_KEY rijndael_ctx
 #define AES_BLOCK_SIZE 16
This page took 0.032301 seconds and 4 git commands to generate.