Clean up RAND_bytes() calls
authorTodd Short <tshort@akamai.com>
Tue, 24 May 2016 12:55:12 +0000 (08:55 -0400)
committerTodd Short <tshort@akamai.com>
Tue, 24 May 2016 12:55:12 +0000 (08:55 -0400)
commite0a675e211302257256ed80ea1edeff329c9b9e9
tree804030345703355b47471dbf7d99a01580d693e2
parent0a618df059d93bf7fe9e3ec92e04db8bc1eeff07
Clean up RAND_bytes() calls

When RAND_pseudo_bytes() was replaced with RAND_bytes(), this case
was not reduced to a simple RAND_bytes() call.

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1117)
crypto/bn/bn_rand.c