Update to latest version of Csocket

Fixes #536
This commit is contained in:
Kyle Fuller
2014-04-24 19:28:37 +01:00
parent e3bb292d25
commit ed7119b5bc
2 changed files with 32 additions and 14 deletions
+2 -2
View File
@@ -592,8 +592,8 @@ public:
SSL2 = 2,
SSL3 = 3,
TLS1 = 4,
TLS1_1 = 5,
TLS1_2 = 6
TLS11 = 5,
TLS12 = 6
};
enum ECONState