mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +01:00
Fix warning
svn:r2046
This commit is contained in:
parent
254355e6d3
commit
c458f33ef1
@ -661,7 +661,7 @@ test_dir_format()
|
|||||||
routerinfo_t *rp1 = NULL, *rp2 = NULL;
|
routerinfo_t *rp1 = NULL, *rp2 = NULL;
|
||||||
struct exit_policy_t ex1, ex2;
|
struct exit_policy_t ex1, ex2;
|
||||||
routerlist_t *dir1 = NULL, *dir2 = NULL;
|
routerlist_t *dir1 = NULL, *dir2 = NULL;
|
||||||
tor_version_t ver1, ver2;
|
tor_version_t ver1;
|
||||||
|
|
||||||
test_assert( (pk1 = crypto_new_pk_env()) );
|
test_assert( (pk1 = crypto_new_pk_env()) );
|
||||||
test_assert( (pk2 = crypto_new_pk_env()) );
|
test_assert( (pk2 = crypto_new_pk_env()) );
|
||||||
|
Loading…
Reference in New Issue
Block a user