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) --- mpaux.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'mpaux.c') diff --git a/mpaux.c b/mpaux.c index fd2c18031..b79f781a0 100644 --- a/mpaux.c +++ b/mpaux.c @@ -14,14 +14,22 @@ precision integers. */ +#include "config.h" #include "includes.h" -RCSID("$Id: mpaux.c,v 1.1 1999/10/27 03:42:44 damien Exp $"); +RCSID("$Id: mpaux.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); +#ifdef HAVE_OPENSSL #include +#include +#endif +#ifdef HAVE_SSL +#include +#include +#endif + #include "getput.h" #include "xmalloc.h" -#include void compute_session_id(unsigned char session_id[16], -- cgit v1.2.3