aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-31 17:23:12 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-31 17:23:12 +0000
commite06de4dd3597374ab67281736be8dee0e2552bcd (patch)
treed7b13a395cc6261693820fb289a33df76bc366b5 /crypto/fips_err.h
parent52b6ee8245c06042fd4f1bfea32f652ebe1774f3 (diff)
downloadopenssl-e06de4dd3597374ab67281736be8dee0e2552bcd.tar.gz
Remove redundant definitions. Give error code if DRBG sefltest fails.
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index 81acb47eb4..c808c88864 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -90,12 +90,13 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_FUNC(FIPS_F_FIPS_DRBG_INSTANTIATE), "FIPS_drbg_instantiate"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_NEW), "FIPS_drbg_new"},
{ERR_FUNC(FIPS_F_FIPS_DRBG_RESEED), "FIPS_drbg_reseed"},
+{ERR_FUNC(FIPS_F_FIPS_DRBG_SINGLE_KAT), "FIPS_DRBG_SINGLE_KAT"},
{ERR_FUNC(FIPS_F_FIPS_DSA_CHECK), "FIPS_DSA_CHECK"},
{ERR_FUNC(FIPS_F_FIPS_MODE_SET), "FIPS_mode_set"},
{ERR_FUNC(FIPS_F_FIPS_PKEY_SIGNATURE_TEST), "fips_pkey_signature_test"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES), "FIPS_selftest_aes"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_GCM), "FIPS_selftest_aes_gcm"},
-{ERR_FUNC(FIPS_F_FIPS_SELFTEST_CMAC), "FIPS_SELFTEST_CMAC"},
+{ERR_FUNC(FIPS_F_FIPS_SELFTEST_CMAC), "FIPS_selftest_cmac"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DES), "FIPS_selftest_des"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DSA), "FIPS_selftest_dsa"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_ECDSA), "FIPS_selftest_ecdsa"},