mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +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
e8bc002202
commit
8d6ac2f8ec
1 changed files with 0 additions and 5 deletions
|
@ -361,11 +361,6 @@ static NSMutableDictionary *certificateListCache = nil;
|
||||||
[[NSNotificationCenter defaultCenter] addObserver: self
|
[[NSNotificationCenter defaultCenter] addObserver: self
|
||||||
selector: @selector(housekeeping:)
|
selector: @selector(housekeeping:)
|
||||||
name: @"GSHousekeeping" object: nil];
|
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…
Add table
Add a link
Reference in a new issue