]> andersk Git - gssapi-openssh.git/blobdiff - openssh/cipher-bf1.c
check for existence of globus_gss_assist_map_and_authorize()
[gssapi-openssh.git] / openssh / cipher-bf1.c
index 64578bae87dcb34e19508059584d3cadc672df09..5af695c1740623a5b4f74efd78b0acd979104f0e 100644 (file)
@@ -28,6 +28,11 @@ RCSID("$OpenBSD: cipher-bf1.c,v 1.1 2003/05/15 03:08:29 markus Exp $");
 #include <openssl/evp.h>
 #include "xmalloc.h"
 #include "log.h"
+
+#if OPENSSL_VERSION_NUMBER < 0x00906000L
+#define SSH_OLD_EVP
+#endif
+
 /*
  * SSH1 uses a variation on Blowfish, all bytes must be swapped before
  * and after encryption/decryption. Thus the swap_bytes stuff (yuk).
This page took 0.030785 seconds and 4 git commands to generate.