summaryrefslogtreecommitdiff
path: root/src/mongo/config.h.in
diff options
context:
space:
mode:
authorSara Golemon <sara.golemon@mongodb.com>2018-02-20 12:39:37 -0500
committerSara Golemon <sara.golemon@mongodb.com>2018-03-17 12:45:29 -0400
commit65191bbe5c00bb419a7466fb7db43e220035f776 (patch)
tree1f2c00082b35eafbcdaa1539ed680ac84949a640 /src/mongo/config.h.in
parent9eea82ee2a0e37da90cbb549d55c5eac8aa69a55 (diff)
downloadmongo-65191bbe5c00bb419a7466fb7db43e220035f776.tar.gz
SERVER-22412 Implement a secure transport ASIO backend
Diffstat (limited to 'src/mongo/config.h.in')
-rw-r--r--src/mongo/config.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/config.h.in b/src/mongo/config.h.in
index 5808477e11f..39a6541ce73 100644
--- a/src/mongo/config.h.in
+++ b/src/mongo/config.h.in
@@ -31,6 +31,7 @@
// List of possible SSL providers
#define SSL_PROVIDER_OPENSSL 1
#define SSL_PROVIDER_WINDOWS 2
+#define SSL_PROVIDER_APPLE 3
// Define to target byte order (1234 vs 4321)
@mongo_config_byte_order@