summaryrefslogtreecommitdiff
path: root/src/mongo/shell/encrypted_dbclient_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/encrypted_dbclient_base.h')
-rw-r--r--src/mongo/shell/encrypted_dbclient_base.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/shell/encrypted_dbclient_base.h b/src/mongo/shell/encrypted_dbclient_base.h
index 4281513cada..5062dfa8266 100644
--- a/src/mongo/shell/encrypted_dbclient_base.h
+++ b/src/mongo/shell/encrypted_dbclient_base.h
@@ -143,6 +143,8 @@ public:
#ifdef MONGO_CONFIG_SSL
const SSLConfiguration* getSSLConfiguration() override;
+
+ bool isTLS() final;
#endif
protected: