compile attempt 2 with old OpenSSL versions

This commit is contained in:
Benjamin Sergeant 2020-11-15 11:32:50 -08:00
parent 508d8c7253
commit 2aac0afca3

View File

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