diff options
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 6c9d7ca1267..3de5acfec59 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 Sep 12 18:07:11 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Sep 25 17:13:47 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -993,6 +993,7 @@ public final class PropertyNames new Property("IceSSL\\.DH\\.[^\\s]+", false, null), new Property("IceSSL\\.DHParams", false, null), new Property("IceSSL\\.EntropyDaemon", false, null), + new Property("IceSSL\\.FindCert", false, null), new Property("IceSSL\\.FindCert\\.[^\\s]+", false, null), new Property("IceSSL\\.ImportCert\\.[^\\s]+", true, null), new Property("IceSSL\\.InitOpenSSL", false, null), @@ -1011,8 +1012,6 @@ 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), |