summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2016-03-19 12:29:57 -0400
committerJonathan Reams <jbreams@mongodb.com>2016-04-04 13:29:14 -0400
commit22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd (patch)
treeea637d9c88d94c17830e76dd35f90dfb5f8755dc /SConstruct
parent3ea691f6fea329ee449056c23631610a2c9bd069 (diff)
downloadmongo-22e4df34c0f7a54bbb847f0b13507d54dc0e9cbd.tar.gz
SERVER-23044 Fall back to system CA certs if CA file isn't provided
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 821b16a1470..571ece51030 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1384,6 +1384,7 @@ elif env.TargetOSIs('windows'):
'Psapi.lib',
'advapi32.lib',
'bcrypt.lib',
+ 'crypt32.lib',
'kernel32.lib',
'shell32.lib',
'version.lib',