summaryrefslogtreecommitdiffstats
path: root/crypto/ec/ecp_mont.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-03-20 10:18:07 +0000
committerBodo Möller <bodo@openssl.org>2002-03-20 10:18:07 +0000
commit17d6bb815813bab443a29cfd821d876afc9ecfef (patch)
treededfc9937bdffa5b9d483c792653fb7781ca26ad /crypto/ec/ecp_mont.c
parent11c26ecf810bbeb0293921b86cd75f61809947b0 (diff)
New function EC_GROUP_check_discriminant().
Restructure implementation of EC_GROUP_check(). Submitted by: Nils Larsch
Diffstat (limited to 'crypto/ec/ecp_mont.c')
-rw-r--r--crypto/ec/ecp_mont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ecp_mont.c b/crypto/ec/ecp_mont.c
index 1d02661555..bad0a13614 100644
--- a/crypto/ec/ecp_mont.c
+++ b/crypto/ec/ecp_mont.c
@@ -71,7 +71,7 @@ const EC_METHOD *EC_GFp_mont_method(void)
ec_GFp_simple_group_get0_generator,
ec_GFp_simple_group_get_order,
ec_GFp_simple_group_get_cofactor,
- ec_GFp_simple_group_check,
+ ec_GFp_simple_group_check_discriminant,
ec_GFp_simple_point_init,
ec_GFp_simple_point_finish,
ec_GFp_simple_point_clear_finish,