this method does not need field_data1
This commit is contained in:
parent
6dc78bf7e8
commit
acce40c585
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue