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

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