[ssl] include more headers explicitly

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2825 152afb58-edef-0310-8abb-c4023f1b3aa9
This commit is contained in:
Stefan Bühler 2011-12-27 13:45:36 +00:00
parent 6f0752da38
commit 35875cd515
1 changed files with 8 additions and 0 deletions

View File

@ -25,6 +25,14 @@
# include <openssl/ssl.h>
# include <openssl/err.h>
# include <openssl/rand.h>
# include <openssl/dh.h>
# include <openssl/bn.h>
# if OPENSSL_VERSION_NUMBER >= 0x0090800fL
# ifndef OPENSSL_NO_ECDH
# include <openssl/ecdh.h>
# endif
# endif
#endif
#ifdef USE_OPENSSL