diff options
author | Jose <jose@zeroc.com> | 2017-03-27 17:44:39 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-03-27 17:44:39 +0200 |
commit | b18cce8da2ccb1d541b226450d13663d6f442b1c (patch) | |
tree | 81afdb344081362511dc73381df89f5face0713c /cpp/src/Ice/PropertyNames.cpp | |
parent | Potential fix for IceDiscovery/simple test failure on Windows CI VMs (diff) | |
download | ice-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/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 527d7e84d6d..e44b6b2ea2a 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Mar 23 15:24:16 2017 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon Mar 27 16:51:58 2017 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1065,6 +1065,7 @@ const IceInternal::Property IceSSLPropsData[] = IceInternal::Property("IceSSL.ProtocolVersionMax", false, 0), IceInternal::Property("IceSSL.ProtocolVersionMin", false, 0), IceInternal::Property("IceSSL.Random", false, 0), + IceInternal::Property("IceSSL.SchannelStrongCrypto", false, 0), IceInternal::Property("IceSSL.Trace.Security", false, 0), IceInternal::Property("IceSSL.TrustOnly", false, 0), IceInternal::Property("IceSSL.TrustOnly.Client", false, 0), |