diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:37:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 13:37:47 -0400 |
commit | 8ba2d971b1afc4c1557b080cfe1d9842d4c431cc (patch) | |
tree | 911151c20d34f95e18c32f487d6e5866addc44a5 /src/or/config.c | |
parent | 511ca9b91cec03f4ef6f23adccd5cdd47a245e5f (diff) | |
download | tor-8ba2d971b1afc4c1557b080cfe1d9842d4c431cc.tar.gz tor-8ba2d971b1afc4c1557b080cfe1d9842d4c431cc.zip |
Remove needless call to crypto_set_tls_dh_prime()
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 || |