merge more changes from 1.12.5

This commit is contained in:
Günter Obiltschnig
2023-10-03 21:33:21 +02:00
parent fdb7ffc1a7
commit 4999c2258b
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
#include <openssl/core_names.h>
#include <openssl/decoder.h>
#endif // OPENSSL_VERSION_NUMBER >= 0x30000000L
#include <iostream>
namespace Poco {

View File

@@ -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))
{
}