mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Make sure crypt_seed_rng succeeds
svn:r329
This commit is contained in:
parent
769c78a395
commit
df2789c111
@ -212,7 +212,7 @@ test_crypto()
|
|||||||
test_assert(data1 && data2 && data3);
|
test_assert(data1 && data2 && data3);
|
||||||
|
|
||||||
/* Try out RNG. */
|
/* Try out RNG. */
|
||||||
crypto_seed_rng();
|
test_assert(! crypto_seed_rng());
|
||||||
crypto_rand(100, data1);
|
crypto_rand(100, data1);
|
||||||
crypto_rand(100, data2);
|
crypto_rand(100, data2);
|
||||||
test_memneq(data1,data2,100);
|
test_memneq(data1,data2,100);
|
||||||
@ -587,7 +587,7 @@ test_dir_format()
|
|||||||
}
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int c, char**v) {
|
main(int c, char**v){
|
||||||
#if 0
|
#if 0
|
||||||
or_options_t options; /* command-line and config-file options */
|
or_options_t options; /* command-line and config-file options */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user