diff --git a/src/PAL/COM/sockets/ssl/openssl/openssl.h b/src/PAL/COM/sockets/ssl/openssl/openssl.h index 7fd339097a..7010a7f0c1 100644 --- a/src/PAL/COM/sockets/ssl/openssl/openssl.h +++ b/src/PAL/COM/sockets/ssl/openssl/openssl.h @@ -7,6 +7,8 @@ #ifndef _SOCKETS_OPENSSL_H_ #define _SOCKETS_OPENSSL_H_ 1 +#include + void ERR_print_errors_fp(); X509* ssl_parse_certificate(void* pCert, size_t certLen, const char* pwd, EVP_PKEY** privateKey); diff --git a/src/PAL/COM/sockets/ssl/ssl.h b/src/PAL/COM/sockets/ssl/ssl.h index e614480779..488e57c255 100644 --- a/src/PAL/COM/sockets/ssl/ssl.h +++ b/src/PAL/COM/sockets/ssl/ssl.h @@ -9,7 +9,6 @@ #include #include -#include struct SSL_Driver { @@ -33,4 +32,4 @@ struct SSL_Driver extern SSL_Driver g_SSL_Driver; -#endif \ No newline at end of file +#endif