summaryrefslogtreecommitdiffstats
path: root/crypto/store/store_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/store_local.h')
-rw-r--r--crypto/store/store_local.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store_local.h b/crypto/store/store_local.h
index f73bce32b9..bca6516b04 100644
--- a/crypto/store/store_local.h
+++ b/crypto/store/store_local.h
@@ -114,7 +114,7 @@ struct ossl_store_loader_st {
OSSL_FUNC_store_close_fn *p_close;
OSSL_FUNC_store_export_object_fn *p_export_object;
};
-DEFINE_LHASH_OF(OSSL_STORE_LOADER);
+DEFINE_LHASH_OF_EX(OSSL_STORE_LOADER);
const OSSL_STORE_LOADER *ossl_store_get0_loader_int(const char *scheme);
void ossl_store_destroy_loaders_int(void);