From acce40c5850df399a01fc643dbc0fe4bd39d00d1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bodo=20M=C3=B6ller?= Date: Fri, 15 Nov 2002 12:43:15 +0000 Subject: [PATCH 1/1] this method does not need field_data1 --- crypto/ec/ecp_nist.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/crypto/ec/ecp_nist.c b/crypto/ec/ecp_nist.c index 156bc54a07..0b39bb6166 100644 --- a/crypto/ec/ecp_nist.c +++ b/crypto/ec/ecp_nist.c @@ -118,7 +118,6 @@ int ec_GFp_nist_group_init(EC_GROUP *group) int ok; ok = ec_GFp_simple_group_init(group); - group->field_data1 = NULL; return ok; } @@ -228,8 +227,6 @@ int ec_GFp_nist_group_copy(EC_GROUP *dest, const EC_GROUP *src) dest->a_is_minus3 = src->a_is_minus3; - dest->field_data1 = src->field_data1; - return 1; } -- 2.34.1