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 /csharp/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 'csharp/src')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index 4702b4f0ccc..bb480631396 100644 --- a/csharp/src/Ice/PropertyNames.cs +++ b/csharp/src/Ice/PropertyNames.cs @@ -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 @@ namespace IceInternal 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), |