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) --- ssh-agent.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ssh-agent.c') diff --git a/ssh-agent.c b/ssh-agent.c index 19165b8f1..562f3ccd9 100644 --- a/ssh-agent.c +++ b/ssh-agent.c @@ -13,8 +13,9 @@ The authentication agent program. */ +#include "config.h" #include "includes.h" -RCSID("$Id: ssh-agent.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); +RCSID("$Id: ssh-agent.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); #include "ssh.h" #include "rsa.h" @@ -26,7 +27,12 @@ RCSID("$Id: ssh-agent.c,v 1.1 1999/10/27 03:42:45 damien Exp $"); #include "getput.h" #include "mpaux.h" +#ifdef HAVE_OPENSSL #include +#endif +#ifdef HAVE_SSL +#include +#endif typedef struct { -- cgit v1.2.3