From e59ce627a4149d39d7841f331d8111bdacc3b604 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 1 May 2000 20:54:17 +1000 Subject: [PATCH] - Include missing headers for OpenSSL tests. Fix from Phil Karn --- CREDITS | 1 + ChangeLog | 2 ++ configure.in | 2 ++ 3 files changed, 5 insertions(+) diff --git a/CREDITS b/CREDITS index 1edf82120..470480842 100644 --- a/CREDITS +++ b/CREDITS @@ -39,6 +39,7 @@ Nalin Dahyabhai - PAM environment patch Niels Kristian Bech Jensen - Assorted patches Peter Kocks - Makefile fixes Phil Hands - Debian scripts, assorted patches +Phil Karn - Autoconf fix Thomas Neumann - Shadow passwords Tor-Ake Fransson - AIX support Tudor Bosman - MD5 password support diff --git a/ChangeLog b/ChangeLog index 7fe9389c9..bdb69ea9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ - OpenBSD CVS update [packet.c] - send debug messages in SSH2 format + - Include missing headers for OpenSSL tests. Fix from Phil Karn + 20000430 - Merge HP-UX fixes and TCB support from Ged Lodder diff --git a/configure.in b/configure.in index c533d4209..2e50df914 100644 --- a/configure.in +++ b/configure.in @@ -219,6 +219,8 @@ for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl / AC_TRY_RUN( [ +#include +#include #include #include #include