diff options
Diffstat (limited to 'java/src')
-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 2ffa86d977f..cfbcf15d85f 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -7,7 +7,7 @@ // // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Sep 26 19:26:30 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Sep 27 10:37:22 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -372,6 +372,7 @@ public final class PropertyNames new Property("IceSSL\\.CertAuthDir", false, null), new Property("IceSSL\\.CertAuthFile", false, null), new Property("IceSSL\\.CertFile", false, null), + new Property("IceSSL\\.CertVerifier", false, null), new Property("IceSSL\\.CheckCertName", false, null), new Property("IceSSL\\.CheckCRL", false, null), new Property("IceSSL\\.Ciphers", false, null), @@ -385,6 +386,7 @@ public final class PropertyNames 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\\.Protocols", false, null), new Property("IceSSL\\.Random", false, null), |