X509_STORE_load_store
if (vfyCAstore != NULL && !X509_STORE_load_store(vfy, vfyCAstore))
if (chCAstore != NULL && !X509_STORE_load_store(ch, chCAstore))
int X509_STORE_load_store(X509_STORE *xs, const char *store);
if (!TEST_true(X509_STORE_load_store(store, storedir)))