Do not use uninitialized memory to seed the PRNG as it may confuse
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 2 Mar 2007 17:46:25 +0000 (17:46 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 2 Mar 2007 17:46:25 +0000 (17:46 +0000)
commitc9fb4e2c8d2eabe732e1d1aabd9706d55980a4a4
tree559ddb32d88b860eeef72857d9f4b2bfdd177b8c
parent6e7ca5e1ebf9e158ad0fc061e0052c0eb94b254a
Do not use uninitialized memory to seed the PRNG as it may confuse
code checking tools.
PR: 1499
crypto/rand/randfile.c