diff options
author | tb <> | 2025-03-09 15:42:19 +0000 |
---|---|---|
committer | tb <> | 2025-03-09 15:42:19 +0000 |
commit | d6fd6c5b95d3120cc1ae676084a2311cce900c11 (patch) | |
tree | 7fa40715bb794969199a53302560150e99999441 /src/lib/libcrypto/hidden | |
parent | 815dfad45fb21455544f1076aeb41edc3805817d (diff) | |
download | openbsd-d6fd6c5b95d3120cc1ae676084a2311cce900c11.tar.gz openbsd-d6fd6c5b95d3120cc1ae676084a2311cce900c11.tar.bz2 openbsd-d6fd6c5b95d3120cc1ae676084a2311cce900c11.zip |
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
Diffstat (limited to 'src/lib/libcrypto/hidden')
-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 44adfc458e..31ca83f147 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.11 2025/03/09 15:39:39 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.12 2025/03/09 15:42:19 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -73,8 +73,6 @@ LCRYPTO_USED(EC_POINT_is_at_infinity); | |||
73 | LCRYPTO_USED(EC_POINT_is_on_curve); | 73 | LCRYPTO_USED(EC_POINT_is_on_curve); |
74 | LCRYPTO_USED(EC_POINT_cmp); | 74 | LCRYPTO_USED(EC_POINT_cmp); |
75 | LCRYPTO_USED(EC_POINT_make_affine); | 75 | LCRYPTO_USED(EC_POINT_make_affine); |
76 | LCRYPTO_USED(EC_POINTs_make_affine); | ||
77 | LCRYPTO_USED(EC_POINTs_mul); | ||
78 | LCRYPTO_USED(EC_POINT_mul); | 76 | LCRYPTO_USED(EC_POINT_mul); |
79 | LCRYPTO_USED(EC_GROUP_get_basis_type); | 77 | LCRYPTO_USED(EC_GROUP_get_basis_type); |
80 | LCRYPTO_USED(d2i_ECPKParameters); | 78 | LCRYPTO_USED(d2i_ECPKParameters); |