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
Name |
Description |
class_index |
CRYPTO_EX_INDEX_* identifying the object class. |
idx |
Index returned by CRYPTO_get_ex_new_index(). |
Created with MrDocs