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 /java/src/IceInternal/PropertyNames.java | |
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 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index c71e1de7442..5d7a635acd8 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -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! @@ -1010,6 +1010,8 @@ public final class PropertyNames new Property("IceSSL\\.ProtocolVersionMax", false, null), new Property("IceSSL\\.ProtocolVersionMin", false, null), new Property("IceSSL\\.Random", false, null), + new Property("IceSSL\\.SecureTransport\\.FindCert", false, null), + new Property("IceSSL\\.SChannel\\.FindCert\\.[^\\s]+", false, null), new Property("IceSSL\\.Trace\\.Security", false, null), new Property("IceSSL\\.TrustOnly", false, null), new Property("IceSSL\\.TrustOnly\\.Client", false, null), |