summaryrefslogtreecommitdiff
path: root/src/mongo/crypto
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2018-02-07 11:23:32 -0500
committerMark Benvenuto <mark.benvenuto@mongodb.com>2018-02-07 11:23:32 -0500
commit5f86a8e4ca87f169dc708b15b13a26c2bb514762 (patch)
treef312d8f95b314906b539ea44c963bf74e0b5b7c4 /src/mongo/crypto
parentad223ea38846ceac92d7b5356add62e23e985537 (diff)
downloadmongo-5f86a8e4ca87f169dc708b15b13a26c2bb514762.tar.gz
Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"
This reverts commit ad223ea38846ceac92d7b5356add62e23e985537.
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r--src/mongo/crypto/sha_block_tom.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mongo/crypto/sha_block_tom.cpp b/src/mongo/crypto/sha_block_tom.cpp
index 4908f5ffe20..20e11d34ce8 100644
--- a/src/mongo/crypto/sha_block_tom.cpp
+++ b/src/mongo/crypto/sha_block_tom.cpp
@@ -35,10 +35,8 @@
#include "mongo/util/assert_util.h"
#ifdef MONGO_CONFIG_SSL
-#if MONGO_CONFIG_SSL_PROVIDER != SSL_PROVIDER_WINDOWS
#error This file should not be included if compiling with SSL support
#endif
-#endif
#include "tomcrypt.h"