LuaAPI: Added client TLS support for TCP links.

This commit is contained in:
Mattes D
2015-02-12 20:05:55 +01:00
parent 086e112161
commit 16636ff6e2
12 changed files with 395 additions and 8 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ cCryptoKey::cCryptoKey(const AString & a_PrivateKeyData, const AString & a_Passw
if (res != 0)
{
LOGWARNING("Failed to parse private key: -0x%x", res);
ASSERT(!"Cannot parse PubKey");
ASSERT(!"Cannot parse PrivKey");
return;
}
}