From 815dfad45fb21455544f1076aeb41edc3805817d Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 9 Mar 2025 15:39:39 +0000 Subject: Remove Jprojective_coordinates API There goes another implementation detail that should never have been leaked out of the library. 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 ada455c089..44adfc458e 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.10 2025/03/09 15:37:31 tb Exp $ */ +/* $OpenBSD: ec.h,v 1.11 2025/03/09 15:39:39 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -156,8 +156,6 @@ LCRYPTO_UNUSED(EC_GROUP_clear_free); LCRYPTO_UNUSED(EC_GROUP_set_curve_GFp); LCRYPTO_UNUSED(EC_GROUP_get_curve_GFp); LCRYPTO_UNUSED(EC_POINT_clear_free); -LCRYPTO_UNUSED(EC_POINT_set_Jprojective_coordinates_GFp); -LCRYPTO_UNUSED(EC_POINT_get_Jprojective_coordinates_GFp); LCRYPTO_UNUSED(EC_POINT_set_affine_coordinates_GFp); LCRYPTO_UNUSED(EC_POINT_get_affine_coordinates_GFp); LCRYPTO_UNUSED(EC_POINT_set_compressed_coordinates_GFp); -- cgit v1.2.3-55-g6feb