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
This commit is contained in:
Richard Frith-MacDonald 2012-09-24 09:55:09 +00:00
parent 73b0d4f585
commit 8eda5ee6dc

View file

@ -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];
}
}