From: Nick Mathewson Date: Wed, 1 Apr 2015 17:37:44 +0000 (-0400) Subject: Remove needless call to crypto_set_tls_dh_prime() X-Git-Tag: tor-0.2.7.1-alpha~91^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ba2d971b1afc4c1557b080cfe1d9842d4c431cc;p=thirdparty%2Ftor.git Remove needless call to crypto_set_tls_dh_prime() --- diff --git a/src/or/config.c b/src/or/config.c index a29cbce481..95e145c73e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1499,9 +1499,6 @@ options_act(const or_options_t *old_options) finish_daemon(options->DataDirectory); } - /* Probably not needed any longer XXXX */ - crypto_set_tls_dh_prime(); - /* We want to reinit keys as needed before we do much of anything else: keys are important, and other things can depend on them. */ if (transition_affects_workers ||