diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2016-03-19 12:29:57 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2016-04-04 13:29:14 -0400 |
commit | 22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd (patch) | |
tree | ea637d9c88d94c17830e76dd35f90dfb5f8755dc /src/mongo/util/net/ssl_options.h | |
parent | 3ea691f6fea329ee449056c23631610a2c9bd069 (diff) | |
download | mongo-22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd.tar.gz |
SERVER-23044 Fall back to system CA certs if CA file isn't provided
Diffstat (limited to 'src/mongo/util/net/ssl_options.h')
-rw-r--r-- | src/mongo/util/net/ssl_options.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/util/net/ssl_options.h b/src/mongo/util/net/ssl_options.h index c5e39908bef..e897656ed25 100644 --- a/src/mongo/util/net/ssl_options.h +++ b/src/mongo/util/net/ssl_options.h @@ -103,10 +103,4 @@ Status canonicalizeSSLServerOptions(moe::Environment* params); Status validateSSLServerOptions(const moe::Environment& params); Status storeSSLClientOptions(const moe::Environment& params); - -/** - * Used by the Mongo shell to validate that the SSL options passed are acceptable and - * do not conflict with one another. - */ -Status validateSSLMongoShellOptions(const moe::Environment& params); } |