We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d770b41 commit 76f91c2Copy full SHA for 76f91c2
1 file changed
tests/rsa_test.c
@@ -386,7 +386,6 @@ static int s_rsa_public_ubin_e(int prng_idx)
386
* Generate about 256 bits to check error when public exponent
387
* overflow.
388
*/
389
- DO(rng_make_prng(elen * 8, prng_idx, &yarrow_prng, NULL));
390
ENSURE(yarrow_read(e, elen, &yarrow_prng) == elen);
391
392
/* Ensure that public exponent is:
0 commit comments