CRYPTO_free_ex_data

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

NameDescription
class_indexCRYPTO_EX_INDEX_* identifying the object class.
objObject that owns ad (passed to free callbacks).
adEx-data table to clear.