diff options
author | Jose <jose@zeroc.com> | 2016-07-01 18:50:05 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-07-01 18:50:05 +0200 |
commit | 0fc0f91dc09fa9c1ad56abdd86a16ac75496e947 (patch) | |
tree | 33a5e608494dab5d93a73019d74cc9dd9f191fc2 /java/src | |
parent | Fix to support Debian x32 arch (diff) | |
download | ice-0fc0f91dc09fa9c1ad56abdd86a16ac75496e947.tar.bz2 ice-0fc0f91dc09fa9c1ad56abdd86a16ac75496e947.tar.xz ice-0fc0f91dc09fa9c1ad56abdd86a16ac75496e947.zip |
OpenSSL-1.1.0-pre5 support
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/Ice/src/main/java/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java index aa32d10549c..4e83e741249 100644 --- a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java +++ b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Apr 28 22:03:41 2015 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Jul 1 14:37:27 2016 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1003,6 +1003,7 @@ 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\\.SecurityLevel", false, null), new Property("IceSSL\\.Trace\\.Security", false, null), new Property("IceSSL\\.TrustOnly", false, null), new Property("IceSSL\\.TrustOnly\\.Client", false, null), |