diff options
Diffstat (limited to 'src/or/test.c')
-rw-r--r-- | src/or/test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/test.c b/src/or/test.c index bead357fcc..6a0d2e2da0 100644 --- a/src/or/test.c +++ b/src/or/test.c @@ -4072,7 +4072,7 @@ main(int c, char**v) crypto_seed_rng(1); - if (0) { + if (1) { bench_aes(); return 0; } |