aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-02-18 17:25:00 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-02-18 17:25:00 +0000
commit947ff113d29ec9755d4e1fd60bfb67674872f23d (patch)
tree8edc726ab14a921df99add7bd018fdbb96b91db0 /crypto/fips_err.h
parentacf254f86efe94788827bc7da9ae167ecc19e6b1 (diff)
downloadopenssl-947ff113d29ec9755d4e1fd60bfb67674872f23d.tar.gz
add ECDSA POST
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 de2f0d5254..683a69cf52 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -90,6 +90,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{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_ECDSA), "FIPS_selftest_ecdsa"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_HMAC), "FIPS_selftest_hmac"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_RNG), "FIPS_selftest_rng"},
{ERR_FUNC(FIPS_F_FIPS_SELFTEST_SHA1), "FIPS_selftest_sha1"},