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/Symbols.list | |
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/Symbols.list')
-rw-r--r-- | src/lib/libcrypto/Symbols.list | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/libcrypto/Symbols.list b/src/lib/libcrypto/Symbols.list index a48d870fc1..7e681aa38f 100644 --- a/src/lib/libcrypto/Symbols.list +++ b/src/lib/libcrypto/Symbols.list | |||
@@ -961,8 +961,6 @@ EC_POINT_set_affine_coordinates_GFp | |||
961 | EC_POINT_set_compressed_coordinates | 961 | EC_POINT_set_compressed_coordinates |
962 | EC_POINT_set_compressed_coordinates_GFp | 962 | EC_POINT_set_compressed_coordinates_GFp |
963 | EC_POINT_set_to_infinity | 963 | EC_POINT_set_to_infinity |
964 | EC_POINTs_make_affine | ||
965 | EC_POINTs_mul | ||
966 | EC_curve_nid2nist | 964 | EC_curve_nid2nist |
967 | EC_curve_nist2nid | 965 | EC_curve_nist2nid |
968 | EC_get_builtin_curves | 966 | EC_get_builtin_curves |