Release an application ex_data index previously allocated for a class (historically a no-op cleanup).
Declared in <openssl/crypto.h>
int
CRYPTO_free_ex_index(
int class_index,
int idx);
1 on success, or 0 on failure.
| Name | Description |
|---|---|
| class_index | CRYPTO_EX_INDEX_* identifying the object class. |
| idx | Index returned by CRYPTO_get_ex_new_index(). |