mirror of
https://github.com/cesanta/mongoose.git
synced 2024-12-29 16:25:54 +08:00
Merge pull request #206 from bick4ord/master
adding include of openssl/err.h to fix errors when NO_SSL_DL is defined:
This commit is contained in:
commit
2ea8d85cff
@ -308,6 +308,7 @@ static const char *http_500_error = "Internal Server Error";
|
||||
|
||||
#if defined(NO_SSL_DL)
|
||||
#include <openssl/ssl.h>
|
||||
#include <openssl/err.h>
|
||||
#else
|
||||
// SSL loaded dynamically from DLL.
|
||||
// I put the prototypes here to be independent from OpenSSL source installation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user