- Include missing headers for OpenSSL tests. Fix from Phil Karn

<karn@ka9q.ampr.org>
This commit is contained in:
Damien Miller 2000-05-01 20:54:17 +10:00
parent 7c8af4fca8
commit e59ce627a4
3 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
Peter Kocks <peter.kocks@baygate.com> - Makefile fixes
Phil Hands <phil@hands.com> - Debian scripts, assorted patches
Phil Karn <karn@ka9q.ampr.org> - Autoconf fix
Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
Tor-Ake Fransson <torake@hotmail.com> - AIX support
Tudor Bosman <tudorb@jm.nu> - MD5 password support

View File

@ -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
<karn@ka9q.ampr.org>
20000430
- Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>

View File

@ -219,6 +219,8 @@ for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /
AC_TRY_RUN(
[
#include <string.h>
#include <openssl/rand.h>
#include <openssl/rsa.h>
#include <openssl/bn.h>
#include <openssl/sha.h>