diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index 11cc36cf67..9a5c42f866 100644 --- a/src/lib/libcrypto/ec/ec_local.h +++ b/src/lib/libcrypto/ec/ec_local.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_local.h,v 1.40 2024/11/30 21:09:59 tb Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.41 2024/12/06 04:35:03 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Originally written by Bodo Moeller for the OpenSSL project. | 3 | * Originally written by Bodo Moeller for the OpenSSL project. |
4 | */ | 4 | */ |
@@ -294,7 +294,7 @@ int EC_POINT_set_Jprojective_coordinates(const EC_GROUP *group, EC_POINT *p, | |||
294 | int EC_POINT_get_Jprojective_coordinates(const EC_GROUP *group, | 294 | int EC_POINT_get_Jprojective_coordinates(const EC_GROUP *group, |
295 | const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx); | 295 | const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx); |
296 | 296 | ||
297 | int ec_group_is_builtin_curve(const EC_GROUP *group); | 297 | int ec_group_is_builtin_curve(const EC_GROUP *group, int *out_nid); |
298 | int ec_group_get_field_type(const EC_GROUP *group); | 298 | int ec_group_get_field_type(const EC_GROUP *group); |
299 | 299 | ||
300 | /* | 300 | /* |