Free all ex_data attached to ad for the given class, invoking free callbacks.
Declared in <openssl/crypto.h>
void
CRYPTO_free_ex_data(
int class_index,
void* obj,
CRYPTO_EX_DATA* ad);
| Name | Description |
|---|---|
| class_index | CRYPTO_EX_INDEX_* identifying the object class. |
| obj | Object that owns ad (passed to free callbacks). |
| ad | Ex-data table to clear. |