diff options
author | Shreyas Kalyan <shreyas.kalyan@10gen.com> | 2020-02-04 17:47:00 -0500 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-02-27 18:44:57 +0000 |
commit | 881ac03beb18b32c1f810e150fcda889d7ca5d79 (patch) | |
tree | 2030b214f4c567fe538b6e534cdc483d38ff7ed9 /src/mongo/util/net/SConscript | |
parent | 7250f407321e70bcb76bb1e21a7679670d29919d (diff) | |
download | mongo-881ac03beb18b32c1f810e150fcda889d7ca5d79.tar.gz |
SERVER-45798 Infrastructure for Caching OCSP responses for the Client
Diffstat (limited to 'src/mongo/util/net/SConscript')
-rw-r--r-- | src/mongo/util/net/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/util/net/SConscript b/src/mongo/util/net/SConscript index 8726c634a91..62cffd93318 100644 --- a/src/mongo/util/net/SConscript +++ b/src/mongo/util/net/SConscript @@ -142,6 +142,7 @@ if not get_option('ssl') == 'off': LIBDEPS=[ '$BUILD_DIR/mongo/base', '$BUILD_DIR/mongo/db/auth/auth', + '$BUILD_DIR/mongo/util/caching', '$BUILD_DIR/third_party/shim_asio', 'network', 'openssl_init' if ssl_provider == 'openssl' else '', |