From 7f6ea0264d01aa40b20df8dc75141631479da054 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Oct 1999 13:25:17 +1000 Subject: - Integrated patch from Dan Brosemer - Build fixes - Autoconf - Change binary names to open* - Fixed autoconf script to detect PAM on RH6.1 - Added tests for libpwdb, and OpenBSD functions to autoconf (not used yet) --- auth-rsa.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'auth-rsa.c') diff --git a/auth-rsa.c b/auth-rsa.c index 8de86d2d..076f8a3e 100644 --- a/auth-rsa.c +++ b/auth-rsa.c @@ -15,8 +15,9 @@ validity of the host key. */ +#include "config.h" #include "includes.h" -RCSID("$Id: auth-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $"); +RCSID("$Id: auth-rsa.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); #include "rsa.h" #include "packet.h" @@ -25,8 +26,14 @@ RCSID("$Id: auth-rsa.c,v 1.1 1999/10/27 03:42:43 damien Exp $"); #include "mpaux.h" #include "uidswap.h" +#ifdef HAVE_OPENSSL #include #include +#endif +#ifdef HAVE_SSL +#include +#include +#endif /* Flags that may be set in authorized_keys options. */ extern int no_port_forwarding_flag; -- cgit v1.2.3