summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher.c
diff options
context:
space:
mode:
authorgreen <green@FreeBSD.org>2000-02-25 01:53:12 +0000
committergreen <green@FreeBSD.org>2000-02-25 01:53:12 +0000
commit129e6a7558924fd605b1352ddfa7a910dee9ee89 (patch)
treebca1b2f7d9df0e032f199c9e266b76deb4a15c99 /crypto/openssh/cipher.c
parentccef1c20fcfcfbf8bb4c20cfb5643721db5d16b6 (diff)
downloadFreeBSD-src-129e6a7558924fd605b1352ddfa7a910dee9ee89.zip
FreeBSD-src-129e6a7558924fd605b1352ddfa7a910dee9ee89.tar.gz
The includes must be <openssl/.*\.h>, not <ssl/.*\.h>.
Diffstat (limited to 'crypto/openssh/cipher.c')
-rw-r--r--crypto/openssh/cipher.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/cipher.c b/crypto/openssh/cipher.c
index 552bbe3..e3698f0 100644
--- a/crypto/openssh/cipher.c
+++ b/crypto/openssh/cipher.c
@@ -9,6 +9,7 @@
*
* Created: Wed Apr 19 17:41:39 1995 ylo
*
+ * $FreeBSD$
*/
#include "includes.h"
@@ -17,7 +18,7 @@ RCSID("$Id: cipher.c,v 1.19 2000/02/22 15:19:29 markus Exp $");
#include "ssh.h"
#include "cipher.h"
-#include <ssl/md5.h>
+#include <openssl/md5.h>
/*
* What kind of tripple DES are these 2 routines?
OpenPOWER on IntegriCloud