summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/hidden/openssl/ec.h
diff options
context:
space:
mode:
authortb <>2025-03-09 15:39:39 +0000
committertb <>2025-03-09 15:39:39 +0000
commit56f34fa2487d9426eeedabbd78842094c36f8c8c (patch)
tree0350269e00e3241afa172f4b53ce72a231987707 /src/lib/libcrypto/hidden/openssl/ec.h
parent6bee4b83725b153b6d7208954ada4af2402d16da (diff)
downloadopenbsd-56f34fa2487d9426eeedabbd78842094c36f8c8c.tar.gz
openbsd-56f34fa2487d9426eeedabbd78842094c36f8c8c.tar.bz2
openbsd-56f34fa2487d9426eeedabbd78842094c36f8c8c.zip
Remove Jprojective_coordinates API
There goes another implementation detail that should never have been leaked out of the library. ok jsing
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/ec.h')
-rw-r--r--src/lib/libcrypto/hidden/openssl/ec.h4
1 files changed, 1 insertions, 3 deletions
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 @@
1/* $OpenBSD: ec.h,v 1.10 2025/03/09 15:37:31 tb Exp $ */ 1/* $OpenBSD: ec.h,v 1.11 2025/03/09 15:39:39 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2023 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -156,8 +156,6 @@ LCRYPTO_UNUSED(EC_GROUP_clear_free);
156LCRYPTO_UNUSED(EC_GROUP_set_curve_GFp); 156LCRYPTO_UNUSED(EC_GROUP_set_curve_GFp);
157LCRYPTO_UNUSED(EC_GROUP_get_curve_GFp); 157LCRYPTO_UNUSED(EC_GROUP_get_curve_GFp);
158LCRYPTO_UNUSED(EC_POINT_clear_free); 158LCRYPTO_UNUSED(EC_POINT_clear_free);
159LCRYPTO_UNUSED(EC_POINT_set_Jprojective_coordinates_GFp);
160LCRYPTO_UNUSED(EC_POINT_get_Jprojective_coordinates_GFp);
161LCRYPTO_UNUSED(EC_POINT_set_affine_coordinates_GFp); 159LCRYPTO_UNUSED(EC_POINT_set_affine_coordinates_GFp);
162LCRYPTO_UNUSED(EC_POINT_get_affine_coordinates_GFp); 160LCRYPTO_UNUSED(EC_POINT_get_affine_coordinates_GFp);
163LCRYPTO_UNUSED(EC_POINT_set_compressed_coordinates_GFp); 161LCRYPTO_UNUSED(EC_POINT_set_compressed_coordinates_GFp);