diff options
author | Spencer Jackson <spencer.jackson@mongodb.com> | 2016-08-08 11:51:13 -0400 |
---|---|---|
committer | Spencer Jackson <spencer.jackson@mongodb.com> | 2016-08-11 18:58:27 -0400 |
commit | 045a53f469fbede582cdbbd8ba532244d86d488e (patch) | |
tree | 0bd383c589f0c3344b50be5e86e819404a32dfd4 /src/mongo/SConscript | |
parent | 844007a979a51a1c7dd49c874f0c50cb66482360 (diff) | |
download | mongo-045a53f469fbede582cdbbd8ba532244d86d488e.tar.gz |
SERVER-22826 Support X509 Authorization
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r-- | src/mongo/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript index cae76f222db..b88e41b999e 100644 --- a/src/mongo/SConscript +++ b/src/mongo/SConscript @@ -229,6 +229,7 @@ config_header_substs = ( ('@mongo_config_have_strnlen@', 'MONGO_CONFIG_HAVE_STRNLEN'), ('@mongo_config_optimized_build@', 'MONGO_CONFIG_OPTIMIZED_BUILD'), ('@mongo_config_ssl@', 'MONGO_CONFIG_SSL'), + ('@mongo_config_ssl_has_asn1_any_definitions@', 'MONGO_CONFIG_HAVE_ASN1_ANY_DEFINITIONS'), ('@mongo_config_wiredtiger_enabled@', 'MONGO_CONFIG_WIREDTIGER_ENABLED'), ) |