aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/rand
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2021-07-16 11:52:30 +1000
committerPauli <pauli@openssl.org>2021-07-20 18:34:07 +1000
commit4e6fa8014f397d33ee87cab20b791648f76ffe1e (patch)
treeaff6131d09bc8c944aab6b3335987c4852aad834 /crypto/rand
parent00f5f3cd0097544540af5b6213ed7d82bc63590f (diff)
downloadopenssl-4e6fa8014f397d33ee87cab20b791648f76ffe1e.tar.gz
err: remove the derivation function is mandatory for FIPS error message since it's no longer used and newly introduced
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/16096)
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 f01773d871..b9c2bf1760 100644
--- a/crypto/rand/rand_err.c
+++ b/crypto/rand/rand_err.c
@@ -22,8 +22,6 @@ static const ERR_STRING_DATA RAND_str_reasons[] = {
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_ARGUMENT_OUT_OF_RANGE),
"argument out of range"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_CANNOT_OPEN_FILE), "Cannot open file"},
- {ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DERIVATION_FUNCTION_MANDATORY_FOR_FIPS),
- "derivation function mandatory for fips"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_ALREADY_INITIALIZED),
"drbg already initialized"},
{ERR_PACK(ERR_LIB_RAND, 0, RAND_R_DRBG_NOT_INITIALISED),