mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-31 16:04:27 +02:00
Merge pull request #529 from pascal-bach/patch-2
NetSSL: Fix typo in documentation of Context
This commit is contained in:
commit
bfc963beda
@ -52,7 +52,7 @@ public:
|
|||||||
CLIENT_USE, /// Context is used by a client.
|
CLIENT_USE, /// Context is used by a client.
|
||||||
SERVER_USE, /// Context is used by a server.
|
SERVER_USE, /// Context is used by a server.
|
||||||
TLSV1_CLIENT_USE, /// Context is used by a client requiring TLSv1.
|
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
|
enum VerificationMode
|
||||||
|
Loading…
x
Reference in New Issue
Block a user