summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/cipher.h
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.h
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.h')
-rw-r--r--crypto/openssh/cipher.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/cipher.h b/crypto/openssh/cipher.h
index 2e06c98..bb87f88 100644
--- a/crypto/openssh/cipher.h
+++ b/crypto/openssh/cipher.h
@@ -9,6 +9,7 @@
*
* Created: Wed Apr 19 16:50:42 1995 ylo
*
+ * $FreeBSD$
*/
/* RCSID("$Id: cipher.h,v 1.10 1999/11/24 19:53:46 markus Exp $"); */
@@ -16,8 +17,8 @@
#ifndef CIPHER_H
#define CIPHER_H
-#include <ssl/des.h>
-#include <ssl/blowfish.h>
+#include <openssl/des.h>
+#include <openssl/blowfish.h>
/* Cipher types. New types can be added, but old types should not be removed
for compatibility. The maximum allowed value is 31. */
OpenPOWER on IntegriCloud