mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
aac2dccf1c
Avoid an endless loop if no algorithm is available to seed the cryptographically secure pseudorandom number generator (CSPRNG). Co-authored-by: Anna Henningsen <anna@addaleax.net> PR-URL: https://github.com/nodejs/node/pull/46237 Fixes: https://github.com/nodejs/node/issues/46200 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
13 lines
156 B
INI
13 lines
156 B
INI
nodejs_conf = nodejs_init
|
|
|
|
[nodejs_init]
|
|
providers = provider_sect
|
|
|
|
# List of providers to load
|
|
[provider_sect]
|
|
base = base_sect
|
|
|
|
[base_sect]
|
|
activate = 1
|
|
|