summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/SConscript')
-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 67aadbffd76..3271c7b0b73 100644
--- a/src/mongo/crypto/SConscript
+++ b/src/mongo/crypto/SConscript
@@ -156,6 +156,7 @@ env.CppUnitTest(
LIBDEPS=[
'$BUILD_DIR/mongo/base',
'$BUILD_DIR/mongo/base/secure_allocator',
+ '$BUILD_DIR/mongo/db/concurrency/lock_manager',
'$BUILD_DIR/mongo/shell/kms_idl',
'$BUILD_DIR/mongo/util/net/http_client_impl',
'$BUILD_DIR/mongo/util/net/openssl_init' if ssl_provider == 'openssl' else [],