mirror of
https://github.com/pocoproject/poco.git
synced 2025-11-06 21:56:23 +01:00
NetSSL: Fix typo in documentation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user