summaryrefslogtreecommitdiffstats
path: root/crypto/cpt_err.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-11-03 14:09:18 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-11-05 15:48:37 +0000
commitb8fb59897b707d53137a66ec054173c161a9f0ae (patch)
tree1a44c3175a08d79d14a0e350ed3238d47dd688d5 /crypto/cpt_err.c
parent525cc5e77718e213f6586e68ef59d62c1c2219a6 (diff)
Rebuild error source files.
Rebuild error source files: the new mkerr.pl functionality will now pick up and translate static function names properly. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/cpt_err.c')
-rw-r--r--crypto/cpt_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cpt_err.c b/crypto/cpt_err.c
index 1f9a82476f..9f029cc455 100644
--- a/crypto/cpt_err.c
+++ b/crypto/cpt_err.c
@@ -78,7 +78,7 @@ static ERR_STRING_DATA CRYPTO_str_functs[] = {
{ERR_FUNC(CRYPTO_F_CRYPTO_NEW_EX_DATA), "CRYPTO_new_ex_data"},
{ERR_FUNC(CRYPTO_F_CRYPTO_SET_EX_DATA), "CRYPTO_set_ex_data"},
{ERR_FUNC(CRYPTO_F_DEF_ADD_INDEX), "DEF_ADD_INDEX"},
- {ERR_FUNC(CRYPTO_F_DEF_GET_CLASS), "DEF_GET_CLASS"},
+ {ERR_FUNC(CRYPTO_F_DEF_GET_CLASS), "def_get_class"},
{ERR_FUNC(CRYPTO_F_FIPS_MODE_SET), "FIPS_mode_set"},
{ERR_FUNC(CRYPTO_F_INT_DUP_EX_DATA), "INT_DUP_EX_DATA"},
{ERR_FUNC(CRYPTO_F_INT_FREE_EX_DATA), "INT_FREE_EX_DATA"},