Skip to content

Commit 76f91c2

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/rsa_test.c

-1
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ static int s_rsa_public_ubin_e(int prng_idx)
386386
* Generate about 256 bits to check error when public exponent
387387
* overflow.
388388
*/
389-
DO(rng_make_prng(elen * 8, prng_idx, &yarrow_prng, NULL));
390389
ENSURE(yarrow_read(e, elen, &yarrow_prng) == elen);
391390

392391
/* Ensure that public exponent is:

0 commit comments

Comments
 (0)