Rename lh_xxx,sk_xxx tp OPENSSL_{LH,SK}_xxx
authorRich Salz <rsalz@openssl.org>
Fri, 20 May 2016 14:46:29 +0000 (10:46 -0400)
committerRich Salz <rsalz@openssl.org>
Fri, 20 May 2016 14:48:29 +0000 (10:48 -0400)
commit739a1eb1961cdc3b1597a040766f3cb359d095f6
treeda90e8dd33e1aa605351b529713901bb1b0f37b8
parent06593767b21d4ebacc3e6ecc8daedd9d5c5f9f97
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: Dr. Stephen Henson <steve@openssl.org>
22 files changed:
CHANGES
apps/apps.c
apps/openssl.c
crypto/asn1/tasn_dec.c
crypto/conf/conf_api.c
crypto/lhash/lh_stats.c
crypto/lhash/lhash.c
crypto/lhash/lhash_lcl.h [new file with mode: 0644]
crypto/objects/o_names.c
crypto/objects/obj_dat.c
crypto/stack/stack.c
crypto/txt_db/txt_db.c
doc/crypto/lh_stats.pod
doc/crypto/lhash.pod
doc/crypto/sk_X509_num.pod [deleted file]
doc/crypto/stack.pod [new file with mode: 0644]
include/openssl/lhash.h
include/openssl/safestack.h
include/openssl/stack.h
include/openssl/txt_db.h
ssl/ssl_sess.c
util/libcrypto.num