diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/libcrypto/ec/ec_lib.c | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/src/lib/libcrypto/ec/ec_lib.c b/src/lib/libcrypto/ec/ec_lib.c index 43774d4267..b9829b6a47 100644 --- a/src/lib/libcrypto/ec/ec_lib.c +++ b/src/lib/libcrypto/ec/ec_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_lib.c,v 1.119 2025/03/09 15:37:31 tb Exp $ */ | 1 | /* $OpenBSD: ec_lib.c,v 1.120 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 | */ |
@@ -1368,24 +1368,6 @@ LCRYPTO_ALIAS(EC_POINT_mul); | |||
1368 | */ | 1368 | */ |
1369 | 1369 | ||
1370 | int | 1370 | int |
1371 | EC_POINT_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, | ||
1372 | const BIGNUM *x, const BIGNUM *y, const BIGNUM *z, BN_CTX *ctx) | ||
1373 | { | ||
1374 | ECerror(ERR_R_DISABLED); | ||
1375 | return 0; | ||
1376 | } | ||
1377 | LCRYPTO_ALIAS(EC_POINT_set_Jprojective_coordinates_GFp); | ||
1378 | |||
1379 | int | ||
1380 | EC_POINT_get_Jprojective_coordinates_GFp(const EC_GROUP *group, | ||
1381 | const EC_POINT *point, BIGNUM *x, BIGNUM *y, BIGNUM *z, BN_CTX *ctx) | ||
1382 | { | ||
1383 | ECerror(ERR_R_DISABLED); | ||
1384 | return 0; | ||
1385 | } | ||
1386 | LCRYPTO_ALIAS(EC_POINT_get_Jprojective_coordinates_GFp); | ||
1387 | |||
1388 | int | ||
1389 | EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], | 1371 | EC_POINTs_make_affine(const EC_GROUP *group, size_t num, EC_POINT *points[], |
1390 | BN_CTX *ctx_in) | 1372 | BN_CTX *ctx_in) |
1391 | { | 1373 | { |