summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ecp_nistp224.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistp224.c')
-rw-r--r--src/lib/libcrypto/ec/ecp_nistp224.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistp224.c b/src/lib/libcrypto/ec/ecp_nistp224.c
index 21b431a097..c5fc738a02 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.23 2018/11/05 20:18:21 tb Exp $ */ 1/* $OpenBSD: ecp_nistp224.c,v 1.24 2021/04/20 17:16:37 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 */
@@ -1577,7 +1577,7 @@ ec_GFp_nistp224_precompute_mult(EC_GROUP * group, BN_CTX * ctx)
1577 goto err; 1577 goto err;
1578 BN_bin2bn(nistp224_curve_params[3], sizeof(felem_bytearray), x); 1578 BN_bin2bn(nistp224_curve_params[3], sizeof(felem_bytearray), x);
1579 BN_bin2bn(nistp224_curve_params[4], sizeof(felem_bytearray), y); 1579 BN_bin2bn(nistp224_curve_params[4], sizeof(felem_bytearray), y);
1580 if (!EC_POINT_set_affine_coordinates_GFp(group, generator, x, y, ctx)) 1580 if (!EC_POINT_set_affine_coordinates(group, generator, x, y, ctx))
1581 goto err; 1581 goto err;
1582 if ((pre = nistp224_pre_comp_new()) == NULL) 1582 if ((pre = nistp224_pre_comp_new()) == NULL)
1583 goto err; 1583 goto err;