win tls wip

This commit is contained in:
Benjamin Sergeant
2018-10-09 14:43:25 -07:00
parent 739a43988c
commit f7b87be65b
3 changed files with 9 additions and 3 deletions

View File

@@ -301,4 +301,9 @@ namespace ix
WSACleanup();
#endif
}
void Socket::secureSocket()
{
;
}
}