compiled fixes on mac and windows

This commit is contained in:
Benjamin Sergeant
2019-09-22 18:43:57 -07:00
parent 408ee41990
commit 041fa3e340
6 changed files with 21 additions and 4 deletions

View File

@ -22,6 +22,7 @@ namespace ix
SocketOpenSSL::SocketOpenSSL(const SocketTLSOptions& tlsOptions, int fd)
: Socket(fd)
, _tlsOptions(tlsOptions),
, _ssl_connection(nullptr)
, _ssl_context(nullptr)
{