From 8d6ac2f8ecd5e7b7df9d8907260546c9bff48c09 Mon Sep 17 00:00:00 2001 From: rfm Date: Mon, 24 Sep 2012 09:55:09 +0000 Subject: [PATCH] don't start DH unless we need it git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35601 72102866-910b-0410-8b05-ffd578937521 --- Source/GSTLS.m | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Source/GSTLS.m b/Source/GSTLS.m index 2c87e9a8e..62ace3e83 100644 --- a/Source/GSTLS.m +++ b/Source/GSTLS.m @@ -361,11 +361,6 @@ static NSMutableDictionary *certificateListCache = nil; [[NSNotificationCenter defaultCenter] addObserver: self selector: @selector(housekeeping:) name: @"GSHousekeeping" object: nil]; - - /* Start initialisation of DH params so we can use the certificate - * to handle an incoming connection negotiated using DH. - */ - [GSTLSDHParams class]; } }