AArch64 assembly pack: authenticate return addresses.
[oweals/openssl.git] / crypto / ec / ec_curve.c
index 618ec04c237fe8b37794d23abbf5eaa8d2313c49..bb1ce196d0fa6b255154d3a66a5a1cb1274fd492 100644 (file)
@@ -3078,7 +3078,7 @@ static EC_GROUP *ec_group_new_from_data(const ec_list_element curve)
         ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, 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)) {
         ECerr(EC_F_EC_GROUP_NEW_FROM_DATA, ERR_R_EC_LIB);
         goto err;
     }