From 370fe6f88881663769c7a6a847b2d18e57514be0 Mon Sep 17 00:00:00 2001 From: Sergey Galtsev Date: Wed, 16 Mar 2022 23:18:37 +0000 Subject: SERVER-64595 add ref to openssl_init for proper initialization --- src/mongo/crypto/SConscript | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mongo/crypto/SConscript b/src/mongo/crypto/SConscript index d9b40e65f77..934b9b30e48 100644 --- a/src/mongo/crypto/SConscript +++ b/src/mongo/crypto/SConscript @@ -134,6 +134,7 @@ env.CppUnitTest( LIBDEPS=[ '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/base/secure_allocator', + '$BUILD_DIR/mongo/util/net/openssl_init', 'aead_encryption', 'encrypted_field_config', 'fle_crypto', -- cgit v1.2.1