X509_STORE_new
if (!(store = X509_STORE_new()))
store = X509_STORE_new();
X509_STORE *store = X509_STORE_new();
if ((cert_ctx = X509_STORE_new()) == NULL)
cert_ctx = X509_STORE_new();
ctx = X509_STORE_new();
X509_STORE *X509_STORE_new(void);
ret->cert_store = X509_STORE_new();