aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_err.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-03-07 19:54:35 +0000
committerBodo Möller <bodo@openssl.org>2001-03-07 19:54:35 +0000
commit60428dbf0aa0dbacb2e18f7cf846af8d5ebafc82 (patch)
treeb3e3431d789223a55b90afab39d68c36f22b9772 /crypto/ec/ec_err.c
parent70d70a3c81c7affbda6b626ff49097aa1714298c (diff)
downloadopenssl-60428dbf0aa0dbacb2e18f7cf846af8d5ebafc82.tar.gz
Some actual method functions (not enough yet to use the EC library, though),
including EC arithmetics derived from Lenka Fibikova's code (with some additional optimizations).
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 d0a1b9ae3c..770bce5373 100644
--- a/crypto/ec/ec_err.c
+++ b/crypto/ec/ec_err.c
@@ -66,6 +66,7 @@
#ifndef OPENSSL_NO_ERR
static ERR_STRING_DATA EC_str_functs[]=
{
+{ERR_PACK(0,EC_F_EC_GFP_SIMPLE_GROUP_SET_GENERATOR,0), "EC_GFP_SIMPLE_GROUP_SET_GENERATOR"},
{ERR_PACK(0,EC_F_EC_GROUP_CLEAR_FREE,0), "EC_GROUP_clear_free"},
{ERR_PACK(0,EC_F_EC_GROUP_COPY,0), "EC_GROUP_copy"},
{ERR_PACK(0,EC_F_EC_GROUP_FREE,0), "EC_GROUP_free"},