summaryrefslogtreecommitdiffstats
path: root/crypto/store/store_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/store_init.c')
-rw-r--r--crypto/store/store_init.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/store/store_init.c b/crypto/store/store_init.c
index 90d5436634..4b53108684 100644
--- a/crypto/store/store_init.c
+++ b/crypto/store/store_init.c
@@ -14,7 +14,8 @@
static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT;
DEFINE_RUN_ONCE_STATIC(do_store_init)
{
- return OPENSSL_init_crypto(0, NULL);
+ return OPENSSL_init_crypto(0, NULL)
+ && ossl_store_file_loader_init();
}
int ossl_store_init_once()