summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/auth-rsa.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/auth-rsa.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/auth-rsa.c')
-rw-r--r--crypto/openssh/auth-rsa.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/crypto/openssh/auth-rsa.c b/crypto/openssh/auth-rsa.c
index a04adf6..d385ab7 100644
--- a/crypto/openssh/auth-rsa.c
+++ b/crypto/openssh/auth-rsa.c
@@ -13,6 +13,7 @@
* based on RSA authentication. This file also contains functions to check
* validity of the host key.
*
+ * $FreeBSD$
*/
#include "includes.h"
@@ -26,8 +27,8 @@ RCSID("$Id: auth-rsa.c,v 1.18 2000/02/11 10:59:11 markus Exp $");
#include "uidswap.h"
#include "servconf.h"
-#include <ssl/rsa.h>
-#include <ssl/md5.h>
+#include <openssl/rsa.h>
+#include <openssl/md5.h>
/* Flags that may be set in authorized_keys options. */
extern int no_port_forwarding_flag;
OpenPOWER on IntegriCloud