Initialize "buf" to 0 to make valgrind happy :-)
authorLutz Jänicke <jaenicke@openssl.org>
Fri, 2 Mar 2007 17:54:51 +0000 (17:54 +0000)
committerLutz Jänicke <jaenicke@openssl.org>
Fri, 2 Mar 2007 17:54:51 +0000 (17:54 +0000)
commit1fcfa2222217cfee882e2771411fbfc4cdb348bc
treeb0401d1c3bfcb5e2baa47b39f96919d9d48d4560
parentc9fb4e2c8d2eabe732e1d1aabd9706d55980a4a4
Initialize "buf" to 0 to make valgrind happy :-)
Note: the RAND_bytes() manual page says:
 RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
It does not talk about using the previous contents of buf so we are working
as documented.
crypto/rand/rand_lib.c