aboutsummaryrefslogtreecommitdiff
path: root/crypto/ec/ec_err.c
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2017-09-14 16:13:00 -0400
committerRich Salz <rsalz@openssl.org>2017-09-14 16:13:29 -0400
commit6807b84eacc89aee6eed2730e7dd3ce7171cc834 (patch)
treef5d5b858bb31aa5ff8f1186b8b604d47175be44a /crypto/ec/ec_err.c
parentf5d270cab5021047cd88b71b92243141912f3906 (diff)
downloadopenssl-6807b84eacc89aee6eed2730e7dd3ce7171cc834.zip
openssl-6807b84eacc89aee6eed2730e7dd3ce7171cc834.tar.gz
openssl-6807b84eacc89aee6eed2730e7dd3ce7171cc834.tar.bz2
Fix function name in ECerr call
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/4371)
Diffstat (limited to 'crypto/ec/ec_err.c')
-rw-r--r--crypto/ec/ec_err.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c
index 0097825..19a7a9d 100644
--- a/crypto/ec/ec_err.c
+++ b/crypto/ec/ec_err.c
@@ -181,6 +181,7 @@ static const ERR_STRING_DATA EC_str_functs[] = {
"ec_key_simple_oct2priv"},
{ERR_PACK(ERR_LIB_EC, EC_F_EC_KEY_SIMPLE_PRIV2OCT, 0),
"ec_key_simple_priv2oct"},
+ {ERR_PACK(ERR_LIB_EC, EC_F_EC_PKEY_CHECK, 0), "ec_pkey_check"},
{ERR_PACK(ERR_LIB_EC, EC_F_EC_POINTS_MAKE_AFFINE, 0),
"EC_POINTs_make_affine"},
{ERR_PACK(ERR_LIB_EC, EC_F_EC_POINT_ADD, 0), "EC_POINT_add"},