X509_STORE_CTX_get_ex_data
ssl = X509_STORE_CTX_get_ex_data(store_ctx,
X509_STORE_CTX_get_ex_data(ctx, 0)
void *X509_STORE_CTX_get_ex_data(const X509_STORE_CTX *ctx, int idx);
|| (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
|| (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)
SSL *cssl = (SSL *)X509_STORE_CTX_get_ex_data(ctx, SSL_get_ex_data_X509_STORE_CTX_idx());
|| (ssl = X509_STORE_CTX_get_ex_data(ctx, idx)) == NULL)