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) --- authfile.c | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'authfile.c') diff --git a/authfile.c b/authfile.c index 49390e08..edd1cd9a 100644 --- a/authfile.c +++ b/authfile.c @@ -14,10 +14,17 @@ for reading the passphrase from the user. */ +#include "config.h" #include "includes.h" -RCSID("$Id: authfile.c,v 1.1 1999/10/27 03:42:43 damien Exp $"); +RCSID("$Id: authfile.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); +#ifdef HAVE_OPENSSL #include +#endif +#ifdef HAVE_SSL +#include +#endif + #include "xmalloc.h" #include "buffer.h" #include "bufaux.h" -- cgit v1.2.3