aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_smpl.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-06-10 12:18:21 +0000
committerBodo Möller <bodo@openssl.org>2002-06-10 12:18:21 +0000
commit458c29175ec2a7e9a76792fdf7324a20e04fdf08 (patch)
tree46e332427b9070d1e49b47bd92bcfa8f6c41e502 /crypto/ec/ecp_smpl.c
parent8a5dbb0a2e90aedab1d553cefab6b3616c65e962 (diff)
downloadopenssl-458c29175ec2a7e9a76792fdf7324a20e04fdf08.tar.gz
move ECC ASN1 that is not specific to ECDSA into crypto/ec/,
and make some appropriate changes to the EC library. Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ec/ecp_smpl.c')
-rw-r--r--crypto/ec/ecp_smpl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/ec/ecp_smpl.c b/crypto/ec/ecp_smpl.c
index be7f15f782..a453f4f451 100644
--- a/crypto/ec/ecp_smpl.c
+++ b/crypto/ec/ecp_smpl.c
@@ -63,6 +63,7 @@
const EC_METHOD *EC_GFp_simple_method(void)
{
static const EC_METHOD ret = {
+ NID_X9_62_prime_field,
ec_GFp_simple_group_init,
ec_GFp_simple_group_finish,
ec_GFp_simple_group_clear_finish,