From e787d0855b51a47f10547d0346faa7fe6def5064 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2014 11:33:27 +0200 Subject: OS X 10.10 SSL configuration fixes --- cpp/test/IceSSL/configuration/TestI.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'cpp/test/IceSSL/configuration/TestI.cpp') 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 #include #include -#include 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 -- cgit v1.2.3