summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ech_err.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ecdh/ech_err.c')
-rw-r--r--crypto/ecdh/ech_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdh/ech_err.c b/crypto/ecdh/ech_err.c
index 73e7cbd1f1..626f49ba33 100644
--- a/crypto/ecdh/ech_err.c
+++ b/crypto/ecdh/ech_err.c
@@ -71,7 +71,7 @@
static ERR_STRING_DATA ECDH_str_functs[]=
{
{ERR_FUNC(ECDH_F_ECDH_COMPUTE_KEY), "ECDH_compute_key"},
-{ERR_FUNC(ECDH_F_ECDH_DATA_NEW), "ECDH_DATA_new"},
+{ERR_FUNC(ECDH_F_ECDH_DATA_NEW_METHOD), "ECDH_DATA_new_method"},
{0,NULL}
};