From 9c6da42d0c61fafcf860c8a6c03efd3c33826f99 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 28 Nov 2016 17:30:21 +0100 Subject: Add a STORE loader for the "file" scheme Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/3542) --- crypto/store/store_init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crypto/store/store_init.c') 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() -- cgit v1.2.3