compiled fixes on mac and windows
This commit is contained in:
@ -17,6 +17,12 @@
|
||||
|
||||
namespace ix
|
||||
{
|
||||
SocketMbedTLS(const SocketTLSOptions& tlsOptions) :
|
||||
_tlsOptions(tlsOptions)
|
||||
{
|
||||
;
|
||||
}
|
||||
|
||||
SocketMbedTLS::~SocketMbedTLS()
|
||||
{
|
||||
close();
|
||||
|
Reference in New Issue
Block a user