[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:
parent
6f0752da38
commit
35875cd515
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue