diff options
author | Jose <jose@zeroc.com> | 2012-10-11 17:34:02 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2012-10-11 17:34:02 +0200 |
commit | 64025533849d9caf6f125c6ad6c8bafbb25e54f6 (patch) | |
tree | 2f90130f62b223ba7d9e4e3ee27e5d3bce9a5718 /java/src/IceInternal/PropertyNames.java | |
parent | Fixed test/Ice/hold failure (diff) | |
download | ice-64025533849d9caf6f125c6ad6c8bafbb25e54f6.tar.bz2 ice-64025533849d9caf6f125c6ad6c8bafbb25e54f6.tar.xz ice-64025533849d9caf6f125c6ad6c8bafbb25e54f6.zip |
ICE-4829 - Certificate failure on W2003
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 bf512496a60..10fed5d53bd 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Mon Sep 10 08:48:24 2012 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Thu Oct 11 00:04:00 2012 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -637,12 +637,14 @@ public final class PropertyNames new Property("IceSSL\\.ImportCert\\.[^\\s]+", false, null), new Property("IceSSL\\.InitOpenSSL", false, null), new Property("IceSSL\\.KeyFile", false, null), + new Property("IceSSL\\.KeySet", false, null), new Property("IceSSL\\.Keystore", false, null), new Property("IceSSL\\.KeystorePassword", false, null), new Property("IceSSL\\.KeystoreType", false, null), new Property("IceSSL\\.Password", false, null), new Property("IceSSL\\.PasswordCallback", false, null), new Property("IceSSL\\.PasswordRetryMax", false, null), + new Property("IceSSL\\.PersistKeySet", false, null), new Property("IceSSL\\.Protocols", false, null), new Property("IceSSL\\.Random", false, null), new Property("IceSSL\\.Trace\\.Security", false, null), |