mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-20 22:31:23 +01:00
NetSSL: Fix typo in documentation
This commit is contained in:
parent
ded5af27db
commit
7380fab68b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user