aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec2_smpl.c
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-11-23 18:16:09 +0000
committerBodo Möller <bodo@openssl.org>2002-11-23 18:16:09 +0000
commit15994b034af60ea76cfe4a25fb9e67d595a33dfe (patch)
tree52e9f355d2a8ead73511a0e77ebe30b4d8261ae2 /crypto/ec/ec2_smpl.c
parent922fa76e26ece9566977f73fe2e21d38a9b036ad (diff)
downloadopenssl-15994b034af60ea76cfe4a25fb9e67d595a33dfe.tar.gz
rename some functions to improve consistency
Submitted by: Sheueling Chang
Diffstat (limited to 'crypto/ec/ec2_smpl.c')
-rw-r--r--crypto/ec/ec2_smpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/ec/ec2_smpl.c b/crypto/ec/ec2_smpl.c
index 5e37bfaca7..1bc440eed1 100644
--- a/crypto/ec/ec2_smpl.c
+++ b/crypto/ec/ec2_smpl.c
@@ -99,8 +99,8 @@ const EC_METHOD *EC_GF2m_simple_method(void)
ec_GF2m_simple_add,
ec_GF2m_simple_dbl,
ec_GF2m_simple_invert,
- ec_GF2m_mont_mul,
- ec_GF2m_mont_precompute_mult,
+ ec_GF2m_simple_mul,
+ ec_GF2m_precompute_mult,
ec_GF2m_simple_is_at_infinity,
ec_GF2m_simple_is_on_curve,
ec_GF2m_simple_cmp,