mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-23 16:48:06 +02:00
merge more changes from 1.12.5
This commit is contained in:
@@ -33,7 +33,6 @@
|
||||
#include <openssl/core_names.h>
|
||||
#include <openssl/decoder.h>
|
||||
#endif // OPENSSL_VERSION_NUMBER >= 0x30000000L
|
||||
#include <iostream>
|
||||
|
||||
|
||||
namespace Poco {
|
||||
|
@@ -77,7 +77,8 @@ const bool SSLManager::VAL_FIPS_MODE(false);
|
||||
|
||||
|
||||
SSLManager::SSLManager():
|
||||
_contextIndex(SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL, NULL))
|
||||
_contextIndex(SSL_CTX_get_ex_new_index(0, NULL, NULL, NULL, NULL)),
|
||||
_socketIndex(SSL_get_ex_new_index(0, NULL, NULL, NULL, NULL))
|
||||
{
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user