diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-05-20 15:33:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-05-20 15:33:22 -0400 |
commit | ed02a409cfdd51671ff1d80c86cfc7d6458f201f (patch) | |
tree | 527aeae3937418ca204426b682d7efd61c0ad57b /src/test/testing_common.c | |
parent | 32bd533ddac5bd7d594a81119449b3d30206eedd (diff) | |
parent | e9677c8f8d3a24bc572d63dd85fa14e8d596ad78 (diff) | |
download | tor-ed02a409cfdd51671ff1d80c86cfc7d6458f201f.tar.gz tor-ed02a409cfdd51671ff1d80c86cfc7d6458f201f.zip |
Merge branch 'bug16034_no_more_openssl_098_squashed'
Conflicts:
src/test/testing_common.c
Diffstat (limited to 'src/test/testing_common.c')
-rw-r--r-- | src/test/testing_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/testing_common.c b/src/test/testing_common.c index 60be460660..7f387c0b3d 100644 --- a/src/test/testing_common.c +++ b/src/test/testing_common.c @@ -270,7 +270,7 @@ main(int c, const char **v) return 1; } crypto_set_tls_dh_prime(); - crypto_seed_rng(1); + crypto_seed_rng(); rep_hist_init(); network_init(); setup_directory(); |