summaryrefslogtreecommitdiff
path: root/cpp/src/IceSSL/SChannelEngine.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2017-03-27 17:44:39 +0200
committerJose <jose@zeroc.com>2017-03-27 17:44:39 +0200
commitb18cce8da2ccb1d541b226450d13663d6f442b1c (patch)
tree81afdb344081362511dc73381df89f5face0713c /cpp/src/IceSSL/SChannelEngine.h
parentPotential fix for IceDiscovery/simple test failure on Windows CI VMs (diff)
downloadice-b18cce8da2ccb1d541b226450d13663d6f442b1c.tar.bz2
ice-b18cce8da2ccb1d541b226450d13663d6f442b1c.tar.xz
ice-b18cce8da2ccb1d541b226450d13663d6f442b1c.zip
Fix (ICE-7708) - Add property to enable Schannel SCH_USE_STRONG_CRYPTO
Diffstat (limited to 'cpp/src/IceSSL/SChannelEngine.h')
-rw-r--r--cpp/src/IceSSL/SChannelEngine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/IceSSL/SChannelEngine.h b/cpp/src/IceSSL/SChannelEngine.h
index e37d42b83a2..8b346158b28 100644
--- a/cpp/src/IceSSL/SChannelEngine.h
+++ b/cpp/src/IceSSL/SChannelEngine.h
@@ -115,6 +115,8 @@ private:
HCERTCHAINENGINE _chainEngine;
std::vector<ALG_ID> _ciphers;
+
+ const bool _strongCrypto;
};
}