summaryrefslogtreecommitdiff
path: root/java/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-07-06 12:30:54 +0200
committerJose <jose@zeroc.com>2016-07-06 12:30:54 +0200
commit7921e36e9131091945941f6b6b70ae4561697f0b (patch)
tree04ca5f4415a5df07eda1dbe4b2009f040444032f /java/src
parentOpenSSL-1.1.0-pre5 support (diff)
downloadice-7921e36e9131091945941f6b6b70ae4561697f0b.tar.bz2
ice-7921e36e9131091945941f6b6b70ae4561697f0b.tar.xz
ice-7921e36e9131091945941f6b6b70ae4561697f0b.zip
Remove IceSSL.SecurityLevel property
The security level can be set without this property by adding @SECLEVEL=n in the cipher string
Diffstat (limited to 'java/src')
-rw-r--r--java/src/Ice/src/main/java/IceInternal/PropertyNames.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/Ice/src/main/java/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/IceInternal/PropertyNames.java
index 4e83e741249..089edf73a21 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, Fri Jul 1 14:37:27 2016
+// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Jul 5 22:01:38 2016
// IMPORTANT: Do not edit this file -- any edits made here will be lost!
@@ -1003,7 +1003,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\\.SecurityLevel", false, null),
new Property("IceSSL\\.Trace\\.Security", false, null),
new Property("IceSSL\\.TrustOnly", false, null),
new Property("IceSSL\\.TrustOnly\\.Client", false, null),