summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/authfd.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/authfd.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/authfd.c')
-rw-r--r--crypto/openssh/authfd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/openssh/authfd.c b/crypto/openssh/authfd.c
index 6a9ec6b..97aacdd 100644
--- a/crypto/openssh/authfd.c
+++ b/crypto/openssh/authfd.c
@@ -11,6 +11,7 @@
*
* Functions for connecting the local authentication agent.
*
+ * $FreeBSD$
*/
#include "includes.h"
@@ -24,7 +25,7 @@ RCSID("$Id: authfd.c,v 1.16 1999/12/15 19:43:10 markus Exp $");
#include "xmalloc.h"
#include "getput.h"
-#include <ssl/rsa.h>
+#include <openssl/rsa.h>
/* Returns the number of the authentication fd, or -1 if there is none. */
OpenPOWER on IntegriCloud