summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorShreyas Kalyan <shreyas.kalyan@10gen.com>2020-12-03 21:55:49 -0800
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-01-06 23:34:36 +0000
commitc20e3c5001923d8e8385dab70786da97888b039e (patch)
treeb9bb4ac32fbbad1057007cb400e6d5f92309e507 /src/mongo/SConscript
parentb58f5c476af6cfd70f9aad86e1e6007e61ec93d0 (diff)
downloadmongo-c20e3c5001923d8e8385dab70786da97888b039e.tar.gz
SERVER-51364 Ubuntu 18.04 Server with OCSP and TLS fails to work
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index df43a86dd71..256bd4aa910 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -89,6 +89,7 @@ config_header_substs = (
('@mongo_config_have_std_enable_if_t@', 'MONGO_CONFIG_HAVE_STD_ENABLE_IF_T'),
('@mongo_config_have_strnlen@', 'MONGO_CONFIG_HAVE_STRNLEN'),
('@mongo_config_max_extended_alignment@', 'MONGO_CONFIG_MAX_EXTENDED_ALIGNMENT'),
+ ('@mongo_config_ocsp_stapling_enabled@', 'MONGO_CONFIG_OCSP_STAPLING_ENABLED'),
('@mongo_config_optimized_build@', 'MONGO_CONFIG_OPTIMIZED_BUILD'),
('@mongo_config_ssl_has_asn1_any_definitions@', 'MONGO_CONFIG_HAVE_ASN1_ANY_DEFINITIONS'),
('@mongo_config_ssl_provider@', 'MONGO_CONFIG_SSL_PROVIDER'),