diff --git a/wolfcrypt/src/random.c b/wolfcrypt/src/random.c index 0c3a79524..5641844f8 100644 --- a/wolfcrypt/src/random.c +++ b/wolfcrypt/src/random.c @@ -2092,6 +2092,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz) ) { return -1; } + initialized = 1; } while (remaining > 0) {