]> andersk Git - openssh.git/blobdiff - cipher.c
- dtucker@cvs.openbsd.org 2005/07/08 09:26:18
[openssh.git] / cipher.c
index 20d0a80c43d7229c5fabd72467202ceba44ee0cd..fc1e2ae1c889a125a395dca0a3533f54d6250146 100644 (file)
--- a/cipher.c
+++ b/cipher.c
@@ -43,6 +43,9 @@ RCSID("$OpenBSD: cipher.c,v 1.76 2005/06/17 02:44:32 djm Exp $");
 
 #include <openssl/md5.h>
 
+/* compatibility with old or broken OpenSSL versions */
+#include "openbsd-compat/openssl-compat.h"
+
 extern const EVP_CIPHER *evp_ssh1_bf(void);
 extern const EVP_CIPHER *evp_ssh1_3des(void);
 extern void ssh1_3des_iv(EVP_CIPHER_CTX *, int, u_char *, int);
This page took 2.461239 seconds and 4 git commands to generate.