diff options
author | Jose <jose@zeroc.com> | 2014-10-21 11:33:27 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2014-10-21 11:33:27 +0200 |
commit | e787d0855b51a47f10547d0346faa7fe6def5064 (patch) | |
tree | cfb595d9500151f74f8bf32786e0d55c91fe52f5 /cpp/test/IceSSL/configuration/TestI.cpp | |
parent | Fixed gradle jar installation task to depend on jar task (diff) | |
download | ice-e787d0855b51a47f10547d0346faa7fe6def5064.tar.bz2 ice-e787d0855b51a47f10547d0346faa7fe6def5064.tar.xz ice-e787d0855b51a47f10547d0346faa7fe6def5064.zip |
OS X 10.10 SSL configuration fixes
Diffstat (limited to 'cpp/test/IceSSL/configuration/TestI.cpp')
-rw-r--r-- | cpp/test/IceSSL/configuration/TestI.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cpp/test/IceSSL/configuration/TestI.cpp b/cpp/test/IceSSL/configuration/TestI.cpp index e4f192bf3ae..6d3a7a14ff0 100644 --- a/cpp/test/IceSSL/configuration/TestI.cpp +++ b/cpp/test/IceSSL/configuration/TestI.cpp @@ -12,7 +12,6 @@ #include <TestI.h> #include <TestCommon.h> #include <IceSSL/Plugin.h> -#include <Util.h> using namespace std; using namespace Ice; @@ -72,9 +71,6 @@ ServerI::destroy() { string defaultDir = _communicator->getProperties()->getProperty("IceSSL.DefaultDir"); _communicator->destroy(); -#ifdef ICE_USE_SECURE_TRANSPORT - removeKeychain("server.keychain", "password"); -#endif } Test::ServerPrx |