mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-29 12:12:12 +01:00
Fix to only init the RNG once for nRF51/nRF52x.
This commit is contained in:
@@ -2092,6 +2092,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||
) {
|
||||
return -1;
|
||||
}
|
||||
initialized = 1;
|
||||
}
|
||||
|
||||
while (remaining > 0) {
|
||||
|
||||
Reference in New Issue
Block a user