浏览代码

Remove needless call to crypto_set_tls_dh_prime()

Nick Mathewson 10 年之前
父节点
当前提交
8ba2d971b1
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/or/config.c

+ 0 - 3
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 ||