diff options
author | Jonathan Reams <jbreams@mongodb.com> | 2016-04-04 13:34:32 -0400 |
---|---|---|
committer | Jonathan Reams <jbreams@mongodb.com> | 2016-04-04 13:34:32 -0400 |
commit | af651b2a9714e0a07b90c98154f7c3dd8d012f66 (patch) | |
tree | 123d56a54d3bc3de384e12c3252f13ecb7af3f2e /SConstruct | |
parent | 22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd (diff) | |
download | mongo-af651b2a9714e0a07b90c98154f7c3dd8d012f66.tar.gz |
Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"
This reverts commit 22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 571ece51030..821b16a1470 100644 --- a/SConstruct +++ b/SConstruct @@ -1384,7 +1384,6 @@ elif env.TargetOSIs('windows'): 'Psapi.lib', 'advapi32.lib', 'bcrypt.lib', - 'crypt32.lib', 'kernel32.lib', 'shell32.lib', 'version.lib', |