]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/store/store_init.c
STORE: Move the built-in 'file:' loader to become an engine module
[thirdparty/openssl.git] / crypto / store / store_init.c
index b87730736d2f5efb9c27b2f09442a50b82e9afc8..4d434eb57bcbf325a7dab8d742998f6c95216fdc 100644 (file)
@@ -14,8 +14,7 @@
 static CRYPTO_ONCE store_init = CRYPTO_ONCE_STATIC_INIT;
 DEFINE_RUN_ONCE_STATIC(do_store_init)
 {
-    return OPENSSL_init_crypto(0, NULL)
-        && ossl_store_file_loader_init();
+    return OPENSSL_init_crypto(0, NULL);
 }
 
 int ossl_store_init_once(void)