CACHED_STORE
static void free_store(CACHED_STORE *store)
STACK_OF(CACHED_STORE) *stores = X509_LOOKUP_get_method_data(ctx);
STACK_OF(CACHED_STORE) *stores = X509_LOOKUP_get_method_data(ctx);
CACHED_STORE *store = OPENSSL_zalloc(sizeof(*store));
CACHED_STORE store;
STACK_OF(CACHED_STORE) *stores = X509_LOOKUP_get_method_data(ctx);
DEFINE_STACK_OF(CACHED_STORE)
static int cache_objects(X509_LOOKUP *lctx, CACHED_STORE *store,
CACHED_STORE substore;