Skip to content

Commit

Permalink
fix sporadically failing tests when built with pthreads support
Browse files Browse the repository at this point in the history
... I hope ... :)

Signed-off-by: Steffen Jaeckel <[email protected]>
  • Loading branch information
sjaeckel committed Mar 17, 2022
1 parent d770b41 commit 76f91c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rsa_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ static int s_rsa_public_ubin_e(int prng_idx)
* Generate about 256 bits to check error when public exponent
* overflow.
*/
DO(rng_make_prng(elen * 8, prng_idx, &yarrow_prng, NULL));
ENSURE(yarrow_read(e, elen, &yarrow_prng) == elen);

/* Ensure that public exponent is:
Expand Down

0 comments on commit 76f91c2

Please sign in to comment.