summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/bufaux.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/bufaux.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/bufaux.c')
-rw-r--r--crypto/openssh/bufaux.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/bufaux.c b/crypto/openssh/bufaux.c
index 5091968..4e25768 100644
--- a/crypto/openssh/bufaux.c
+++ b/crypto/openssh/bufaux.c
@@ -12,13 +12,14 @@
* Auxiliary functions for storing and retrieving various data types to/from
* Buffers.
*
+ * $FreeBSD$
*/
#include "includes.h"
RCSID("$Id: bufaux.c,v 1.7 1999/11/24 19:53:44 markus Exp $");
#include "ssh.h"
-#include <ssl/bn.h>
+#include <openssl/bn.h>
#include "bufaux.h"
#include "xmalloc.h"
#include "getput.h"
OpenPOWER on IntegriCloud