compiled fixes on mac and windows

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

View File

@@ -17,6 +17,12 @@
namespace ix
{
SocketMbedTLS(const SocketTLSOptions& tlsOptions) :
_tlsOptions(tlsOptions)
{
;
}
SocketMbedTLS::~SocketMbedTLS()
{
close();