mbedtls fixes / the unittest now pass on macOS, and hopefully will on Windows/AppVeyor as well.

This commit is contained in:
Benjamin Sergeant
2019-09-27 14:07:01 -07:00
parent 05c7a26e3a
commit 4cd11fdbc7
7 changed files with 26 additions and 11 deletions

View File

@ -44,6 +44,7 @@ namespace ix
SocketTLSOptions _tlsOptions;
bool init(const std::string& host, std::string& errMsg);
void initMBedTLS();
};
} // namespace ix