diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 6d8d9dfb07..3417df1ce9 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec.h,v 1.52 2025/03/09 15:37:31 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.53 2025/03/09 15:39:39 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 | */ |
@@ -172,10 +172,6 @@ int EC_POINT_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *p, | |||
172 | int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *p, | 172 | int EC_POINT_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *p, |
173 | const BIGNUM *x, int y_bit, BN_CTX *ctx); | 173 | const BIGNUM *x, int y_bit, BN_CTX *ctx); |
174 | 174 | ||
175 | int EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, | ||
176 | const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx); | ||
177 | int EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, | ||
178 | const EC_POINT *p, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx); | ||
179 | int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, | 175 | int EC_POINT_set_affine_coordinates_GFp(const EC_GROUP *group, EC_POINT *p, |
180 | const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); | 176 | const BIGNUM *x, const BIGNUM *y, BN_CTX *ctx); |
181 | int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, | 177 | int EC_POINT_get_affine_coordinates_GFp(const EC_GROUP *group, |