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