aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-18 17:09:33 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-18 17:09:33 +0000
commitacf254f86efe94788827bc7da9ae167ecc19e6b1 (patch)
treefe5d0721f2135622e6b041961cfd9067b37111e3 /crypto/fips_err.h
parent5d439d69552e753debc48461293517b66b0b94b4 (diff)
downloadopenssl-acf254f86efe94788827bc7da9ae167ecc19e6b1.tar.gz
AES GCM selftests.
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 00406ba8ac..de2f0d5254 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -87,6 +87,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{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_DES), "FIPS_selftest_des"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_DSA), "FIPS_selftest_dsa"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_HMAC), "FIPS_selftest_hmac"},