Skip to content

Commit 038db7e

Browse files
committed
fix sporadically failing tests when built with pthreads support
... I hope ... :) Signed-off-by: Steffen Jaeckel <[email protected]>
1 parent 2c51ae8 commit 038db7e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/rsa_test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,6 @@ static int s_rsa_public_ubin_e(int prng_idx)
384384
* Generate about 256 bits to check error when public exponent
385385
* overflow.
386386
*/
387-
DO(rng_make_prng(elen * 8, prng_idx, &yarrow_prng, NULL));
388387
ENSURE(yarrow_read(e, elen, &yarrow_prng) == elen);
389388

390389
/* Ensure that public exponent is:

0 commit comments

Comments
 (0)