diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp256.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp256.c b/src/lib/libcrypto/ec/ecp_nistp256.c index 5c5fcde694..fc68b6cd8d 100644 --- a/src/lib/libcrypto/ec/ecp_nistp256.c +++ b/src/lib/libcrypto/ec/ecp_nistp256.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistp256.c,v 1.21 2018/07/15 16:27:39 tb Exp $ */ | 1 | /* $OpenBSD: ecp_nistp256.c,v 1.22 2018/11/05 20:18:21 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Adam Langley (Google) for the OpenSSL project | 3 | * Written by Adam Langley (Google) for the OpenSSL project |
4 | */ | 4 | */ |
@@ -1724,7 +1724,8 @@ EC_GFp_nistp256_method(void) | |||
1724 | .precompute_mult = ec_GFp_nistp256_precompute_mult, | 1724 | .precompute_mult = ec_GFp_nistp256_precompute_mult, |
1725 | .have_precompute_mult = ec_GFp_nistp256_have_precompute_mult, | 1725 | .have_precompute_mult = ec_GFp_nistp256_have_precompute_mult, |
1726 | .field_mul = ec_GFp_nist_field_mul, | 1726 | .field_mul = ec_GFp_nist_field_mul, |
1727 | .field_sqr = ec_GFp_nist_field_sqr | 1727 | .field_sqr = ec_GFp_nist_field_sqr, |
1728 | .blind_coordinates = NULL, | ||
1728 | }; | 1729 | }; |
1729 | 1730 | ||
1730 | return &ret; | 1731 | return &ret; |