Skip to content

Commit 0730085

Browse files
author
Michael Fero
committed
Merge remote-tracking branch 'core/master' into sync_core_oss
2 parents 5ef4fdf + 58c17d1 commit 0730085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp-driver/src/ssl/ssl_no_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class NoSslSession : public SslSession {
3333

3434
class NoSslContext : public SslContext {
3535
public:
36-
virtual SslSession* create_session(const Address& address, const String& hostname);
36+
virtual SslSession* create_session(const Address& address, const String& hostname, const String& sni_server_name);
3737

3838
virtual CassError add_trusted_cert(const char* cert, size_t cert_length);
3939
virtual CassError set_cert(const char* cert, size_t cert_length);

0 commit comments

Comments
 (0)