Retrieve the pointer stored at ex_data index idx.
Declared in <openssl/crypto.h>
void*
CRYPTO_get_ex_data(
CRYPTO_EX_DATA const* ad,
int idx);
Stored pointer, or NULL if unset / out of range.
| Name | Description |
|---|---|
| ad | Ex-data bag to query. |
| idx | Index from CRYPTO_get_ex_new_index() (or a class helper). |