diff options
author | Jose <jose@zeroc.com> | 2022-01-07 10:37:29 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2022-01-07 10:37:29 +0100 |
commit | 15e31166e468af58391a3a66ff2af331ed151eeb (patch) | |
tree | 4f5f36373a2df87e81aed6b695f0578de163ab1f /cpp/src | |
parent | Extra new line (diff) | |
download | ice-15e31166e468af58391a3a66ff2af331ed151eeb.tar.bz2 ice-15e31166e468af58391a3a66ff2af331ed151eeb.tar.xz ice-15e31166e468af58391a3a66ff2af331ed151eeb.zip |
Undeprecate IceSSL.KeyFile
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 41d0b401110..9324e941fd8 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -1,7 +1,7 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon Sep 13 11:00:21 2021 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Fri Jan 7 10:30:00 2022 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1136,7 +1136,7 @@ const IceInternal::Property IceSSLPropsData[] = IceInternal::Property("IceSSL.FindCert", false, 0), IceInternal::Property("IceSSL.FindCert.*", true, 0), IceInternal::Property("IceSSL.InitOpenSSL", false, 0), - IceInternal::Property("IceSSL.KeyFile", true, 0), + IceInternal::Property("IceSSL.KeyFile", false, 0), IceInternal::Property("IceSSL.Keychain", false, 0), IceInternal::Property("IceSSL.KeychainPassword", false, 0), IceInternal::Property("IceSSL.Keystore", false, 0), diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 89982c5e67f..8f51beb6915 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -1,7 +1,7 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// Generated by makeprops.py from file ..\config\PropertyNames.xml, Mon Sep 13 11:00:21 2021 +// Generated by makeprops.py from file ..\config\PropertyNames.xml, Fri Jan 7 10:30:00 2022 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |