Skip to content

Commit 58c17d1

Browse files
authored
Merge pull request #460 from kmaragon/fix/broken_build_without_ssl
The Current Release Doesn't Compile with CASS_USE_OPENSSL off
2 parents bbbbd7b + 0abd485 commit 58c17d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ssl/ssl_no_impl.hpp

+1-1
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)