summaryrefslogtreecommitdiff
path: root/tests/ac.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ac.c')
-rw-r--r--tests/ac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ac.c b/tests/ac.c
index 75fe2dae..d734360a 100644
--- a/tests/ac.c
+++ b/tests/ac.c
@@ -152,6 +152,8 @@ main (int argc, char **argv)
gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
if (debug)
gcry_control (GCRYCTL_SET_DEBUG_FLAGS, 1u , 0);
+ /* No valuable keys are create, so we can speed up our RNG. */
+ gcry_control (GCRYCTL_ENABLE_QUICK_RANDOM, 0);
for (; i > 0; i--)
check_run ();