[#SSL_get_ex_data_X509_STORE_CTX_idx] = SSL_get_ex_data_X509_STORE_CTX_idx :mrdocs: Return the ex_data index used to retrieve the SSL pointer from an X509_STORE_CTX. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int SSL_get_ex_data_X509_STORE_CTX_idx(); ---- == Return Value Fixed index for X509_STORE_CTX_get_ex_data during certificate verify callbacks. [.small]#Created with https://www.mrdocs.com[MrDocs]#