We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbbbd7b + 0abd485 commit 58c17d1Copy full SHA for 58c17d1
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