mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-16 23:12:57 +02: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