Skip to content

Commit f6a460c

Browse files
authored
Update SP800-90.c
remove comment
1 parent fb6492a commit f6a460c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

icc/fips-prng/SP800-90.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1326,8 +1326,6 @@ SP800_90STATE RNG_ReSeed(PRNG_CTX *ctx, unsigned char *adata,
13261326

13271327
/*
13281328
check that the global TRNG type hasn't changed
1329-
- And that we aren't the synthetic PRNG under TRNG_ALT2
1330-
which uses an assumed low entropy source (TRNG_MINIMAL) and an SP800_90 PRNG as a compressor
13311329
*/
13321330
type = TRNG_type(ictx->trng);
13331331
if (type != GetDefaultTrng())

0 commit comments

Comments
 (0)