diff options
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp521.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp521.c b/src/lib/libcrypto/ec/ecp_nistp521.c index 9f7a2c6417..fab2224345 100644 --- a/src/lib/libcrypto/ec/ecp_nistp521.c +++ b/src/lib/libcrypto/ec/ecp_nistp521.c | |||
| @@ -1611,7 +1611,7 @@ EC_GFp_nistp521_method(void) | |||
| 1611 | .points_make_affine = ec_GFp_simple_points_make_affine, | 1611 | .points_make_affine = ec_GFp_simple_points_make_affine, |
| 1612 | .mul = ec_GFp_nistp521_points_mul, | 1612 | .mul = ec_GFp_nistp521_points_mul, |
| 1613 | .precompute_mult = ec_GFp_nistp521_precompute_mult, | 1613 | .precompute_mult = ec_GFp_nistp521_precompute_mult, |
| 1614 | .have_precompulte_mult = ec_GFp_nistp521_have_precompute_mult, | 1614 | .have_precompute_mult = ec_GFp_nistp521_have_precompute_mult, |
| 1615 | .field_mul = ec_GFp_nist_field_mul, | 1615 | .field_mul = ec_GFp_nist_field_mul, |
| 1616 | .field_sqr = ec_GFp_nist_field_sqr | 1616 | .field_sqr = ec_GFp_nist_field_sqr |
| 1617 | }; | 1617 | }; |
