ex_data part 2: doc fixes and CRYPTO_free_ex_index.
authorRich Salz <rsalz@akamai.com>
Tue, 21 Jul 2015 14:06:03 +0000 (10:06 -0400)
committerRich Salz <rsalz@openssl.org>
Tue, 1 Dec 2015 16:48:37 +0000 (11:48 -0500)
Add CRYPTO_free_ex_index (for shared libraries)
Unify and complete the documentation for all "ex_data" API's and objects.
Replace xxx_get_ex_new_index functions with a macro.
Added an exdata test.
Renamed the ex_data internal datatypes.

Reviewed-by: Matt Caswell <matt@openssl.org>

No differences found