aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-19 18:57:58 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-19 18:57:58 +0000
commitcb1b3aa151b64ae8813c9b5e4e510ae462ef3aca (patch)
tree7da700226be28ec41c55d3543176edc138305873 /crypto/fips_err.h
parent8c7096835b48d773463cee4fe97fbc334e911cc9 (diff)
downloadopenssl-cb1b3aa151b64ae8813c9b5e4e510ae462ef3aca.tar.gz
Add AES CCM selftest.
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index b6c5c130a5..8c7a68c5f8 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -99,6 +99,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_FUNC(FIPS_F_FIPS_RAND_SET_METHOD), "FIPS_rand_set_method"},
{ERR_FUNC(FIPS_F_FIPS_RAND_STATUS), "FIPS_rand_status"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES), "FIPS_selftest_aes"},
+{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_CCM), "FIPS_selftest_aes_ccm"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_GCM), "FIPS_selftest_aes_gcm"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_AES_XTS), "FIPS_selftest_aes_xts"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_CMAC), "FIPS_selftest_cmac"},