We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 770ddc0 commit b339dd5Copy full SHA for b339dd5
src/ssl/ssl_no_impl.hpp
@@ -33,7 +33,8 @@ class NoSslSession : public SslSession {
33
34
class NoSslContext : public SslContext {
35
public:
36
- virtual SslSession* create_session(const Address& address, const String& hostname, const String& sni_server_name);
+ virtual SslSession* create_session(const Address& address, const String& hostname,
37
+ const String& sni_server_name);
38
39
virtual CassError add_trusted_cert(const char* cert, size_t cert_length);
40
virtual CassError set_cert(const char* cert, size_t cert_length);
0 commit comments