aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_err.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-10 23:37:52 +0000
committerBodo Möller <bodo@openssl.org>2001-03-10 23:37:52 +0000
commit6f8f4431705bb3f8f58f86f9b9f54daa0d42667d (patch)
tree83522e668d3b58b94e66948690d05cde1a1eff50 /crypto/ec/ec_err.c
parentd18af3f37ede5a6ff041390a04b3671820882dcc (diff)
downloadopenssl-6f8f4431705bb3f8f58f86f9b9f54daa0d42667d.tar.gz
comment and error code update
Diffstat (limited to 'crypto/ec/ec_err.c')
-rw-r--r--crypto/ec/ec_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_err.c b/crypto/ec/ec_err.c
index 7dd1131f63..f88501502e 100644
--- a/crypto/ec/ec_err.c
+++ b/crypto/ec/ec_err.c
@@ -122,11 +122,11 @@ static ERR_STRING_DATA EC_str_reasons[]=
{EC_R_INVALID_FIELD ,"invalid field"},
{EC_R_INVALID_FORM ,"invalid form"},
{EC_R_NOT_INITIALIZED ,"not initialized"},
-{EC_R_NO_GENERATOR_SET ,"no generator set"},
{EC_R_NO_SUCH_EXTRA_DATA ,"no such extra data"},
{EC_R_POINT_AT_INFINITY ,"point at infinity"},
{EC_R_POINT_IS_NOT_ON_CURVE ,"point is not on curve"},
{EC_R_SLOT_FULL ,"slot full"},
+{EC_R_UNDEFINED_GENERATOR ,"undefined generator"},
{0,NULL}
};