소스 검색

and one more

svn:r14152
Roger Dingledine 17 년 전
부모
커밋
662cecc251
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/tools/tor-gencert.c

+ 1 - 1
src/tools/tor-gencert.c

@@ -469,7 +469,7 @@ main(int argc, char **argv)
     fprintf(stderr, "Couldn't initialize crypto library.\n");
     return 1;
   }
-  if (crypto_seed_rng()) {
+  if (crypto_seed_rng(1)) {
     fprintf(stderr, "Couldn't seed RNG.\n");
     goto done;
   }