From 4be808e28680e2a2170b30eec229c60cf8d921ec Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 9 Mar 2025 15:42:19 +0000 Subject: Remove EC_POINTs_* API And another one... Completely overengineered for the sake of academic credentials and only Ruby ever picked this garbage up. Fortunately, it's no longer used with LibreSSL since we defanged this in 2018. The latest version of ruby/openssl has completely removed this as part of their post 1.0.x cleanup. ok jsing --- src/lib/libcrypto/hidden/openssl/ec.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/lib/libcrypto/hidden') diff --git a/src/lib/libcrypto/hidden/openssl/ec.h b/src/lib/libcrypto/hidden/openssl/ec.h index 44adfc458e..31ca83f147 100644 --- a/src/lib/libcrypto/hidden/openssl/ec.h +++ b/src/lib/libcrypto/hidden/openssl/ec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec.h,v 1.11 2025/03/09 15:39:39 tb Exp $ */ +/* $OpenBSD: ec.h,v 1.12 2025/03/09 15:42:19 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -73,8 +73,6 @@ LCRYPTO_USED(EC_POINT_is_at_infinity); LCRYPTO_USED(EC_POINT_is_on_curve); LCRYPTO_USED(EC_POINT_cmp); LCRYPTO_USED(EC_POINT_make_affine); -LCRYPTO_USED(EC_POINTs_make_affine); -LCRYPTO_USED(EC_POINTs_mul); LCRYPTO_USED(EC_POINT_mul); LCRYPTO_USED(EC_GROUP_get_basis_type); LCRYPTO_USED(d2i_ECPKParameters); -- cgit v1.2.3-55-g6feb