early-access version 2698
This commit is contained in:
4
externals/libressl/crypto/ec/ec_curve.c
vendored
4
externals/libressl/crypto/ec/ec_curve.c
vendored
@@ -1,4 +1,4 @@
|
||||
/* $OpenBSD: ec_curve.c,v 1.20 2020/06/05 17:12:09 jsing Exp $ */
|
||||
/* $OpenBSD: ec_curve.c,v 1.21 2021/04/20 17:16:37 tb Exp $ */
|
||||
/*
|
||||
* Written by Nils Larsch for the OpenSSL project.
|
||||
*/
|
||||
@@ -3373,7 +3373,7 @@ ec_group_new_from_data(const ec_list_element curve)
|
||||
ECerror(ERR_R_BN_LIB);
|
||||
goto err;
|
||||
}
|
||||
if (!EC_POINT_set_affine_coordinates_GFp(group, P, x, y, ctx)) {
|
||||
if (!EC_POINT_set_affine_coordinates(group, P, x, y, ctx)) {
|
||||
ECerror(ERR_R_EC_LIB);
|
||||
goto err;
|
||||
}
|
||||
|
Reference in New Issue
Block a user