diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2018-02-15 11:45:42 -0500 |
---|---|---|
committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2018-02-15 11:45:42 -0500 |
commit | 482e6bedec49a7066b55c54e54797db76ac1dcda (patch) | |
tree | 3143f6cab1ba0f56295eec4434e9828f9448c557 /src/mongo/crypto/sha_block_tom.cpp | |
parent | b778690717b7aab1b0cb5274ce562d373c1bee4c (diff) | |
download | mongo-482e6bedec49a7066b55c54e54797db76ac1dcda.tar.gz |
SERVER-22411 Add stub implementation of ASIO SChannel integration
Diffstat (limited to 'src/mongo/crypto/sha_block_tom.cpp')
-rw-r--r-- | src/mongo/crypto/sha_block_tom.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/crypto/sha_block_tom.cpp b/src/mongo/crypto/sha_block_tom.cpp index 20e11d34ce8..4908f5ffe20 100644 --- a/src/mongo/crypto/sha_block_tom.cpp +++ b/src/mongo/crypto/sha_block_tom.cpp @@ -35,8 +35,10 @@ #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" |