From 2d8c8253cb0e94323b811f37132240ab824ca624 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 9 Mar 2025 15:37:31 +0000 Subject: Unexport EC_GROUP_*precompute_mult() These have been noops for a while and as usual some Perl module was the only thing "using" it. ok jsing --- src/lib/libcrypto/ec/ec.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/ec/ec.h') diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 4f5d33226e..6d8d9dfb07 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec.h,v 1.51 2025/03/09 15:35:40 tb Exp $ */ +/* $OpenBSD: ec.h,v 1.52 2025/03/09 15:37:31 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -214,8 +214,6 @@ int EC_POINTs_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, size_t num, const EC_POINT *p[], const BIGNUM *m[], BN_CTX *ctx); int EC_POINT_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *n, const EC_POINT *q, const BIGNUM *m, BN_CTX *ctx); -int EC_GROUP_precompute_mult(EC_GROUP *group, BN_CTX *ctx); -int EC_GROUP_have_precompute_mult(const EC_GROUP *group); int EC_GROUP_get_basis_type(const EC_GROUP *); -- cgit v1.2.3-55-g6feb