diff options
author | tb <> | 2024-03-02 11:20:36 +0000 |
---|---|---|
committer | tb <> | 2024-03-02 11:20:36 +0000 |
commit | d0b64fd35a751a9304cb39bfc275ec1121c14fd7 (patch) | |
tree | 37c6fb47ccd88da3a9e9bc8cd8f0e6c7282eab40 /src/lib/libcrypto/Symbols.namespace | |
parent | d0dca40aabf970e230bf037138cf9765723fbeec (diff) | |
download | openbsd-d0b64fd35a751a9304cb39bfc275ec1121c14fd7.tar.gz openbsd-d0b64fd35a751a9304cb39bfc275ec1121c14fd7.tar.bz2 openbsd-d0b64fd35a751a9304cb39bfc275ec1121c14fd7.zip |
Remove sk_find_ex()
This API intends to find the closest match to the needle. M2Crypto
exposes it because it can. This will be fixed by patching the port.
ok jsing
Diffstat (limited to 'src/lib/libcrypto/Symbols.namespace')
-rw-r--r-- | src/lib/libcrypto/Symbols.namespace | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/Symbols.namespace b/src/lib/libcrypto/Symbols.namespace index 9bf6384dd9..b673042f02 100644 --- a/src/lib/libcrypto/Symbols.namespace +++ b/src/lib/libcrypto/Symbols.namespace | |||
@@ -18,7 +18,6 @@ _libre_sk_insert | |||
18 | _libre_sk_delete | 18 | _libre_sk_delete |
19 | _libre_sk_delete_ptr | 19 | _libre_sk_delete_ptr |
20 | _libre_sk_find | 20 | _libre_sk_find |
21 | _libre_sk_find_ex | ||
22 | _libre_sk_push | 21 | _libre_sk_push |
23 | _libre_sk_unshift | 22 | _libre_sk_unshift |
24 | _libre_sk_shift | 23 | _libre_sk_shift |