- Include missing headers for OpenSSL tests. Fix from Phil Karn
<karn@ka9q.ampr.org>
This commit is contained in:
parent
7c8af4fca8
commit
e59ce627a4
1
CREDITS
1
CREDITS
|
@ -39,6 +39,7 @@ Nalin Dahyabhai <nalin.dahyabhai@pobox.com> - PAM environment patch
|
||||||
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
|
Niels Kristian Bech Jensen <nkbj@image.dk> - Assorted patches
|
||||||
Peter Kocks <peter.kocks@baygate.com> - Makefile fixes
|
Peter Kocks <peter.kocks@baygate.com> - Makefile fixes
|
||||||
Phil Hands <phil@hands.com> - Debian scripts, assorted patches
|
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
|
Thomas Neumann <tom@smart.ruhr.de> - Shadow passwords
|
||||||
Tor-Ake Fransson <torake@hotmail.com> - AIX support
|
Tor-Ake Fransson <torake@hotmail.com> - AIX support
|
||||||
Tudor Bosman <tudorb@jm.nu> - MD5 password support
|
Tudor Bosman <tudorb@jm.nu> - MD5 password support
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
- OpenBSD CVS update
|
- OpenBSD CVS update
|
||||||
[packet.c]
|
[packet.c]
|
||||||
- send debug messages in SSH2 format
|
- send debug messages in SSH2 format
|
||||||
|
- Include missing headers for OpenSSL tests. Fix from Phil Karn
|
||||||
|
<karn@ka9q.ampr.org>
|
||||||
|
|
||||||
20000430
|
20000430
|
||||||
- Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
|
- Merge HP-UX fixes and TCB support from Ged Lodder <lodder@yacc.com.au>
|
||||||
|
|
|
@ -219,6 +219,8 @@ for ssldir in "" $tryssldir /usr/local/openssl /usr/lib/openssl /usr/local/ssl /
|
||||||
|
|
||||||
AC_TRY_RUN(
|
AC_TRY_RUN(
|
||||||
[
|
[
|
||||||
|
#include <string.h>
|
||||||
|
#include <openssl/rand.h>
|
||||||
#include <openssl/rsa.h>
|
#include <openssl/rsa.h>
|
||||||
#include <openssl/bn.h>
|
#include <openssl/bn.h>
|
||||||
#include <openssl/sha.h>
|
#include <openssl/sha.h>
|
||||||
|
|
Loading…
Reference in New Issue