diff options
| author | tb <> | 2025-03-09 15:39:39 +0000 |
|---|---|---|
| committer | tb <> | 2025-03-09 15:39:39 +0000 |
| commit | 56f34fa2487d9426eeedabbd78842094c36f8c8c (patch) | |
| tree | 0350269e00e3241afa172f4b53ce72a231987707 /src/lib/libcrypto/hidden/openssl/ec.h | |
| parent | 6bee4b83725b153b6d7208954ada4af2402d16da (diff) | |
| download | openbsd-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.h | 4 |
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); | |||
| 156 | LCRYPTO_UNUSED(EC_GROUP_set_curve_GFp); | 156 | LCRYPTO_UNUSED(EC_GROUP_set_curve_GFp); |
| 157 | LCRYPTO_UNUSED(EC_GROUP_get_curve_GFp); | 157 | LCRYPTO_UNUSED(EC_GROUP_get_curve_GFp); |
| 158 | LCRYPTO_UNUSED(EC_POINT_clear_free); | 158 | LCRYPTO_UNUSED(EC_POINT_clear_free); |
| 159 | LCRYPTO_UNUSED(EC_POINT_set_Jprojective_coordinates_GFp); | ||
| 160 | LCRYPTO_UNUSED(EC_POINT_get_Jprojective_coordinates_GFp); | ||
| 161 | LCRYPTO_UNUSED(EC_POINT_set_affine_coordinates_GFp); | 159 | LCRYPTO_UNUSED(EC_POINT_set_affine_coordinates_GFp); |
| 162 | LCRYPTO_UNUSED(EC_POINT_get_affine_coordinates_GFp); | 160 | LCRYPTO_UNUSED(EC_POINT_get_affine_coordinates_GFp); |
| 163 | LCRYPTO_UNUSED(EC_POINT_set_compressed_coordinates_GFp); | 161 | LCRYPTO_UNUSED(EC_POINT_set_compressed_coordinates_GFp); |
