compile attempt 2 with old OpenSSL versions
This commit is contained in:
parent
508d8c7253
commit
2aac0afca3
@ -86,7 +86,7 @@ namespace ix
|
||||
|
||||
std::atomic<bool> SocketOpenSSL::_openSSLInitializationSuccessful(false);
|
||||
std::once_flag SocketOpenSSL::_openSSLInitFlag;
|
||||
std::array<std::mutex[], CRYPTO_num_locks()> openSSLMutexes;
|
||||
std::array<std::mutex, CRYPTO_num_locks()> openSSLMutexes;
|
||||
|
||||
SocketOpenSSL::SocketOpenSSL(const SocketTLSOptions& tlsOptions, int fd)
|
||||
: Socket(fd)
|
||||
|
Loading…
Reference in New Issue
Block a user