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