We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbbbd7b commit 0abd485Copy full SHA for 0abd485
src/ssl/ssl_no_impl.hpp
@@ -33,7 +33,7 @@ class NoSslSession : public SslSession {
33
34
class NoSslContext : public SslContext {
35
public:
36
- virtual SslSession* create_session(const Address& address, const String& hostname);
+ virtual SslSession* create_session(const Address& address, const String& hostname, const String& sni_server_name);
37
38
virtual CassError add_trusted_cert(const char* cert, size_t cert_length);
39
virtual CassError set_cert(const char* cert, size_t cert_length);
0 commit comments