aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/fips_err.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-05-12 14:28:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-05-12 14:28:09 +0000
commitf76b1baf8683e278aa4fc8992168fc6e375f0585 (patch)
treee52082a83bba160029928220548e74c5bc0766d7 /crypto/fips_err.h
parentb1d00b9611eaeedb66b6a91fd49018304f42a15c (diff)
downloadopenssl-f76b1baf8683e278aa4fc8992168fc6e375f0585.tar.gz
Fix error discrepancy.
Diffstat (limited to 'crypto/fips_err.h')
-rw-r--r--crypto/fips_err.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/fips_err.h b/crypto/fips_err.h
index dfb24ca6fa..21b820c695 100644
--- a/crypto/fips_err.h
+++ b/crypto/fips_err.h
@@ -102,7 +102,7 @@ static ERR_STRING_DATA FIPS_str_functs[]=
{ERR_FUNC(FIPS_F_FIPS_DSA_SIGN_DIGEST), "FIPS_dsa_sign_digest"},
{ERR_FUNC(FIPS_F_FIPS_DSA_VERIFY_DIGEST), "FIPS_dsa_verify_digest"},
{ERR_FUNC(FIPS_F_FIPS_GET_ENTROPY), "FIPS_GET_ENTROPY"},
-{ERR_FUNC(FIPS_F_FIPS_MODE_SET), "FIPS_mode_set"},
+{ERR_FUNC(FIPS_F_FIPS_MODULE_MODE_SET), "FIPS_module_mode_set"},
{ERR_FUNC(FIPS_F_FIPS_PKEY_SIGNATURE_TEST), "fips_pkey_signature_test"},
{ERR_FUNC(FIPS_F_FIPS_RAND_ADD), "FIPS_rand_add"},
{ERR_FUNC(FIPS_F_FIPS_RAND_BYTES), "FIPS_rand_bytes"},