SSL_get_ex_new_index

Undocumented in source. Be warned that the author may not have intended to support it.
version(Have_openssl)
static if(!OPENSSL_VERSION.startsWith("1.0.") && !OPENSSL_VERSION.startsWith("0."))
int
SSL_get_ex_new_index
(
c_long argl
,
void* argp
,
CRYPTO_EX_new* new_func
,
CRYPTO_EX_dup* dup_func
,
CRYPTO_EX_free* free_func
)

Meta