Merge pull request #529 from pascal-bach/patch-2

NetSSL: Fix typo in documentation of Context
This commit is contained in:
Aleksandar Fabijanic 2014-08-27 07:17:55 -05:00
commit bfc963beda

View File

@ -52,7 +52,7 @@ public:
CLIENT_USE, /// Context is used by a client.
SERVER_USE, /// Context is used by a server.
TLSV1_CLIENT_USE, /// Context is used by a client requiring TLSv1.
TLSV1_SERVER_USE /// Context is used by a server requiring TLSv2.
TLSV1_SERVER_USE /// Context is used by a server requiring TLSv1.
};
enum VerificationMode