From 1eb1b665e9c3ef8c2f7b9b06352d634b1f9d0e74 Mon Sep 17 00:00:00 2001 From: Jose Date: Tue, 21 Oct 2014 20:16:27 +0200 Subject: Fixed (ICE-5758) - Disable SSLv3 by default --- cpp/test/IceSSL/configuration/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test/IceSSL/configuration/run.py') diff --git a/cpp/test/IceSSL/configuration/run.py b/cpp/test/IceSSL/configuration/run.py index 61da2e86b04..37e92428317 100755 --- a/cpp/test/IceSSL/configuration/run.py +++ b/cpp/test/IceSSL/configuration/run.py @@ -27,8 +27,8 @@ keychainPath = os.path.abspath(os.path.join(certsPath, "Find.keychain")) def keychainCleanup(): os.system("rm -rf %s ../certs/keychain" % keychainPath) -atexit.register(keychainCleanup) if TestUtil.isDarwin(): + atexit.register(keychainCleanup) keychainCleanup() os.system("mkdir -p ../certs/keychain") -- cgit v1.2.3