diff options
author | Jose <jose@zeroc.com> | 2014-08-19 17:13:55 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-08-19 17:13:55 +0200 |
commit | 52a2903244d992388813fa9624f61b9cadda199d (patch) | |
tree | bd39b38f04b97981c41f39a025d12d35287a78c0 /cpp/src/Ice/PropertyNames.cpp | |
parent | Fixed (ICE-5641) - MinGW compile error (diff) | |
download | ice-52a2903244d992388813fa9624f61b9cadda199d.tar.bz2 ice-52a2903244d992388813fa9624f61b9cadda199d.tar.xz ice-52a2903244d992388813fa9624f61b9cadda199d.zip |
Fixed (ICE-5592) - Add IceSSL.FindCert for OS X and Windows
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 0b1422b3e7b..4f42559437a 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, Fri Aug 15 11:14:41 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Mon Aug 18 23:51:46 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1038,6 +1038,8 @@ 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.SecureTransport.FindCert", false, 0), + IceInternal::Property("IceSSL.SChannel.FindCert.*", false, 0), IceInternal::Property("IceSSL.Trace.Security", false, 0), IceInternal::Property("IceSSL.TrustOnly", false, 0), IceInternal::Property("IceSSL.TrustOnly.Client", false, 0), |