summaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-30 15:54:03 +1000
committerPauli <paul.dale@oracle.com>2020-11-20 08:24:21 +1000
commit08edd447c97854d6548c15149de90d6bd3ddd47b (patch)
tree005070d7bc73f7e588741c01522fb2f500aa711e /crypto/rand
parent0d4460d27ea2fef46f02fa94a60717e9d168ed96 (diff)
prov: move the entropy source out of the FIPS provider
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> (Merged from https://github.com/openssl/openssl/pull/13226)
Diffstat (limited to 'crypto/rand')
-rw-r--r--crypto/rand/rand_err.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/rand/rand_err.c b/crypto/rand/rand_err.c
index ecf7cb2e59..be8726192b 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -87,8 +87,6 @@ static const ERR_STRING_DATA RAND_str_reasons[] = {
"unable to get parent reseed prop counter"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_GET_PARENT_STRENGTH),
"unable to get parent strength"},
- {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_GET_RESEED_COUNTER),
- "unable to get reseed counter"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNABLE_TO_LOCK_PARENT),
"unable to lock parent"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_UNSUPPORTED_DRBG_FLAGS),