mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
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:
parent
73b0d4f585
commit
8eda5ee6dc
1 changed files with 0 additions and 5 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue