CRYPTO_free_ex_index

Release an application ex_data index previously allocated for a class (historically a no-op cleanup).

Synopsis

Declared in <openssl/crypto.h>

int
CRYPTO_free_ex_index(
    int class_index,
    int idx);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
class_indexCRYPTO_EX_INDEX_* identifying the object class.
idxIndex returned by CRYPTO_get_ex_new_index().