summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2019-09-25 23:47:58 +0000
committerevergreen <evergreen@mongodb.com>2019-09-25 23:47:58 +0000
commit3fe0e59fcb5b5007eb1861e7dde2b2126ffdbf2e (patch)
tree53b62f1ecb5dfb750618d842615842c4adb78d4f /src/mongo/crypto
parent4b439bbd7568f4888f0d2898ca9bb93c38e4b90e (diff)
downloadmongo-3fe0e59fcb5b5007eb1861e7dde2b2126ffdbf2e.tar.gz
SERVER-43413 Break SetupOpenSSL initializer to separate library
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/crypto/SConscript b/src/mongo/crypto/SConscript
index e7c346162d6..8d151e993c6 100644
--- a/src/mongo/crypto/SConscript
+++ b/src/mongo/crypto/SConscript
@@ -65,6 +65,7 @@ env.Library(target='symmetric_crypto',
],
LIBDEPS=[
'$BUILD_DIR/mongo/base/secure_allocator',
+ '$BUILD_DIR/mongo/util/net/openssl_init' if 'openssl' in env['MONGO_CRYPTO'] else '',
'$BUILD_DIR/mongo/util/secure_zero_memory',
],
)