compiled fixes on mac and windows
This commit is contained in:
@ -22,6 +22,7 @@ namespace ix
|
||||
|
||||
SocketOpenSSL::SocketOpenSSL(const SocketTLSOptions& tlsOptions, int fd)
|
||||
: Socket(fd)
|
||||
, _tlsOptions(tlsOptions),
|
||||
, _ssl_connection(nullptr)
|
||||
, _ssl_context(nullptr)
|
||||
{
|
||||
|
Reference in New Issue
Block a user