summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
authorJonathan Reams <jbreams@mongodb.com>2015-05-22 10:44:39 -0400
committerJonathan Reams <jbreams@mongodb.com>2015-06-04 11:21:17 -0400
commit0ceb2687b86864d3a0bc07faf15859b7199588c4 (patch)
tree4d8f6502f900d7e83e1085f92874aa92e226cceb /src/mongo/config.h.in
parent189f91d382337a25aac57803b49f297eb238162d (diff)
downloadmongo-0ceb2687b86864d3a0bc07faf15859b7199588c4.tar.gz
SERVER-18371 Add configure check for SSL/FIPS
Diffstat (limited to 'src/mongo/config.h.in')
-rw-r--r--src/mongo/config.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/config.h.in b/src/mongo/config.h.in
index 9885212aed6..dcb2e5833ed 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -43,6 +43,9 @@
// Defined if execinfo.h and backtrace are available
@mongo_config_have_execinfo_backtrace@
+// Defined if OpenSSL has the FIPS_mode_set function
+@mongo_config_have_fips_mode_set@
+
// Defined if unitstd.h is available
@mongo_config_have_header_unistd_h@
@@ -61,9 +64,6 @@
// Defined if SSL support is enabled
@mongo_config_ssl@
-// Defined if SSL FIPS mode is enabled
-@mongo_config_ssl_fips@
-
// Defined if gdbserver support is enabled
@mongo_config_use_gdbserver@