Compare commits

...

2 Commits

Author SHA1 Message Date
Sergey Galtsev
bed6aab7f0 SERVER-64596 add ref to openssl_init for proper initialization 2022-03-16 23:27:19 +00:00
Sergey Galtsev
370fe6f888 SERVER-64595 add ref to openssl_init for proper initialization 2022-03-16 23:18:37 +00:00

View File

@@ -3,6 +3,7 @@
Import([
'env',
'get_option',
'ssl_provider',
])
env = env.Clone()
@@ -134,6 +135,7 @@ env.CppUnitTest(
LIBDEPS=[
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/base/secure_allocator',
'$BUILD_DIR/mongo/util/net/openssl_init' if ssl_provider == 'openssl' else '',
'aead_encryption',
'encrypted_field_config',
'fle_crypto',