summaryrefslogtreecommitdiffstats
path: root/include
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 /include
parent00f5f3cd0097544540af5b6213ed7d82bc63590f (diff)
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 'include')
-rw-r--r--include/openssl/randerr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/randerr.h b/include/openssl/randerr.h
index 3756ad17a8..b5e08e4362 100644
--- a/include/openssl/randerr.h
+++ b/include/openssl/randerr.h
@@ -25,7 +25,6 @@
# define RAND_R_ALREADY_INSTANTIATED 103
# define RAND_R_ARGUMENT_OUT_OF_RANGE 105
# define RAND_R_CANNOT_OPEN_FILE 121
-# define RAND_R_DERIVATION_FUNCTION_MANDATORY_FOR_FIPS 137
# define RAND_R_DRBG_ALREADY_INITIALIZED 129
# define RAND_R_DRBG_NOT_INITIALISED 104
# define RAND_R_ENTROPY_INPUT_TOO_LONG 106