projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dc78bf
)
this method does not need field_data1
author
Bodo Möller
<bodo@openssl.org>
Fri, 15 Nov 2002 12:43:15 +0000
(12:43 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 15 Nov 2002 12:43:15 +0000
(12:43 +0000)
crypto/ec/ecp_nist.c
patch
|
blob
|
history
diff --git
a/crypto/ec/ecp_nist.c
b/crypto/ec/ecp_nist.c
index 156bc54a07bbfcc76bc2c257161484937fa21283..0b39bb6166535bd00a1fbb81f5f99d6d49294880 100644
(file)
--- 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;
}