aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-04-15 11:30:19 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-04-15 11:30:19 +0000
commitbf8131f79f89c3939e3329676bd5c8b8f795e8f8 (patch)
treebdc563d50b57f22ab075c2ff2bc3d7ac63463cce /crypto/fips_err.h
parent06b7e5a0e4ba613acdef51aaaa1b338a0c3e12b3 (diff)
downloadopenssl-bf8131f79f89c3939e3329676bd5c8b8f795e8f8.tar.gz
Add XTS selftest, include in fips_test_suite.
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 9a824c7306..b6c5c130a5 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -100,6 +100,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{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_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"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DES), "FIPS_selftest_des"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DSA), "FIPS_selftest_dsa"},