diff --git a/makepasswd b/makepasswd index bd43e06..ad7a051 100755 --- a/makepasswd +++ b/makepasswd @@ -572,7 +572,7 @@ sub SeedRandom } else { - $RNG = Bytes::Random::Secure->new(Bytes::Random::Secure::FUNC_STD); + $RNG = Bytes::Random::Secure->new(NonBlocking => 1); } }