Commit 739a1eb1 authored by Rich Salz's avatar Rich Salz
Browse files

Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx



Rename sk_xxx to OPENSSL_sk_xxx and _STACK to OPENSSL_STACK
Rename lh_xxx API to OPENSSL_LH_xxx and LHASH_NODE to OPENSSL_LH_NODE
Make lhash stuff opaque.
Use typedefs for function pointers; makes the code simpler.
Remove CHECKED_xxx macros.
Add documentation; remove old X509-oriented doc.
Add API-compat names for entire old API

Reviewed-by: default avatarDr. Stephen Henson <steve@openssl.org>
parent 06593767
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment