diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec2_smpl.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec2_smpl.c | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/src/lib/libcrypto/ec/ec2_smpl.c b/src/lib/libcrypto/ec/ec2_smpl.c index 6157599990..358664afc1 100644 --- a/src/lib/libcrypto/ec/ec2_smpl.c +++ b/src/lib/libcrypto/ec/ec2_smpl.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec2_smpl.c,v 1.15 2017/01/29 17:49:23 beck Exp $ */ | 1 | /* $OpenBSD: ec2_smpl.c,v 1.16 2018/07/10 21:55:49 tb Exp $ */ |
2 | /* ==================================================================== | 2 | /* ==================================================================== |
3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 3 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
4 | * | 4 | * |
@@ -107,15 +107,11 @@ EC_GF2m_simple_method(void) | |||
107 | .point_cmp = ec_GF2m_simple_cmp, | 107 | .point_cmp = ec_GF2m_simple_cmp, |
108 | .make_affine = ec_GF2m_simple_make_affine, | 108 | .make_affine = ec_GF2m_simple_make_affine, |
109 | .points_make_affine = ec_GF2m_simple_points_make_affine, | 109 | .points_make_affine = ec_GF2m_simple_points_make_affine, |
110 | 110 | .mul_generator_ct = ec_GFp_simple_mul_generator_ct, | |
111 | /* | 111 | .mul_single_ct = ec_GFp_simple_mul_single_ct, |
112 | * the following three method functions are defined in | 112 | .mul_double_nonct = ec_GFp_simple_mul_double_nonct, |
113 | * ec2_mult.c | ||
114 | */ | ||
115 | .mul = ec_GF2m_simple_mul, | ||
116 | .precompute_mult = ec_GF2m_precompute_mult, | 113 | .precompute_mult = ec_GF2m_precompute_mult, |
117 | .have_precompute_mult = ec_GF2m_have_precompute_mult, | 114 | .have_precompute_mult = ec_GF2m_have_precompute_mult, |
118 | |||
119 | .field_mul = ec_GF2m_simple_field_mul, | 115 | .field_mul = ec_GF2m_simple_field_mul, |
120 | .field_sqr = ec_GF2m_simple_field_sqr, | 116 | .field_sqr = ec_GF2m_simple_field_sqr, |
121 | .field_div = ec_GF2m_simple_field_div, | 117 | .field_div = ec_GF2m_simple_field_div, |