drbg_bytes: remove check for DRBG_UNINITIALIZED state
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Sat, 3 Feb 2018 20:13:19 +0000 (21:13 +0100)
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>
Mon, 5 Feb 2018 19:05:14 +0000 (20:05 +0100)
commit58351fbd02e9960af199df99f6f003419c1487a4
tree932f740dd09f28f0863eb448a1872f41a818702e
parent1c4b15458670aea5d3849d4b57b8c0ce34a54fbe
drbg_bytes: remove check for DRBG_UNINITIALIZED state

This check not only prevented the automatic reinstantiation of the
DRBG, which is implemented in RAND_DRBG_generate(), but also prevented
an error message from being generated in the case of failure.

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
(Merged from https://github.com/openssl/openssl/pull/5251)
crypto/rand/drbg_lib.c