Merge branch 'master' into PreventNewWarnings

This commit is contained in:
tycho
2015-05-23 11:31:03 +01:00
21 changed files with 143 additions and 61 deletions
+5
View File
@@ -21,6 +21,11 @@ class cBlockingSslClientSocket :
{
public:
cBlockingSslClientSocket(void);
~cBlockingSslClientSocket(void)
{
Disconnect();
}
/** Connects to the specified server and performs SSL handshake.
Returns true if successful, false on failure. Sets internal error text on failure. */