diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp224.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistp224.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c index 643e9a69a6..21b431a097 100644 --- a/src/lib/libcrypto/ec/ecp_nistp224.c +++ b/src/lib/libcrypto/ec/ecp_nistp224.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistp224.c,v 1.22 2018/07/15 16:27:39 tb Exp $ */ | 1 | /* $OpenBSD: ecp_nistp224.c,v 1.23 2018/11/05 20:18:21 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Emilia Kasper (Google) for the OpenSSL project. | 3 | * Written by Emilia Kasper (Google) for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -270,7 +270,8 @@ EC_GFp_nistp224_method(void) | |||
270 | .precompute_mult = ec_GFp_nistp224_precompute_mult, | 270 | .precompute_mult = ec_GFp_nistp224_precompute_mult, |
271 | .have_precompute_mult = ec_GFp_nistp224_have_precompute_mult, | 271 | .have_precompute_mult = ec_GFp_nistp224_have_precompute_mult, |
272 | .field_mul = ec_GFp_nist_field_mul, | 272 | .field_mul = ec_GFp_nist_field_mul, |
273 | .field_sqr = ec_GFp_nist_field_sqr | 273 | .field_sqr = ec_GFp_nist_field_sqr, |
274 | .blind_coordinates = NULL, | ||
274 | }; | 275 | }; |
275 | 276 | ||
276 | return &ret; | 277 | return &ret; |