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) --- cipher.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'cipher.c') diff --git a/cipher.c b/cipher.c index b47e7ecd..f6f9b001 100644 --- a/cipher.c +++ b/cipher.c @@ -11,13 +11,19 @@ Created: Wed Apr 19 17:41:39 1995 ylo */ +#include "config.h" #include "includes.h" -RCSID("$Id: cipher.c,v 1.1 1999/10/27 03:42:44 damien Exp $"); +RCSID("$Id: cipher.c,v 1.2 1999/10/28 03:25:17 damien Exp $"); #include "ssh.h" #include "cipher.h" +#ifdef HAVE_OPENSSL #include +#endif +#ifdef HAVE_SSL +#include +#endif /* * What kind of tripple DES are these 2 routines? -- cgit v1.2.3