diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:11:12 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2024-03-02 11:11:12 +0000 |
commit | 4559cf382abe32845532652927a125d864bf64b5 (patch) | |
tree | 4b6dbfb3f2eb324fb784015a3e86cf8205625f02 /lib/libcrypto/Symbols.list | |
parent | 61f3ff1268231efcf685086dad9433960502b0b0 (diff) |
Make LHASH_OF() and STACK_OF() use opaque structs
This removes internals of these two special snowflakes and will allow
further simplifications. Unfortunately, there are some pieces of
software that actually use LHASH_OF() (looking at you, pound, Ruby, and
openssl(1)), so we get to keep exposing this garbage, at least for now.
Expose lh_error() as a symbol to replace a macro reaching into _LHASH.
lh_down_load() is no longer available. _LHASH and _STACK are now opaque,
LHASH_NODE becomes internal-only.
from jsing
Diffstat (limited to 'lib/libcrypto/Symbols.list')
-rw-r--r-- | lib/libcrypto/Symbols.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libcrypto/Symbols.list b/lib/libcrypto/Symbols.list index 644797f655e..f14233f6496 100644 --- a/lib/libcrypto/Symbols.list +++ b/lib/libcrypto/Symbols.list @@ -3434,6 +3434,7 @@ idea_set_encrypt_key lh_delete lh_doall lh_doall_arg +lh_error lh_free lh_insert lh_new |