Fixed typo

This commit is contained in:
Giuseppe Cesarano 2022-06-09 11:14:40 +02:00
parent fa06eecf83
commit a91ead6abc
No known key found for this signature in database
GPG Key ID: A276B3B41697E525
1 changed files with 1 additions and 1 deletions

View File

@ -1426,7 +1426,7 @@ class SSLClient : public ClientImpl {
public:
explicit SSLClient(std::string host);
explicit SSLClients(std::string host, int port);
explicit SSLClient(std::string host, int port);
explicit SSLClient(std::string host, int port, std::string client_cert_path,
std::string client_key_path);