STORE: add ENGINE information to loaders
[openssl.git] / crypto / store / loader_file.c
index 27af75249764e8b7af01669bb98cfba0599d0288..446f60c163978d2e14393318bce320ffb81bc21a 100644 (file)
@@ -1041,6 +1041,7 @@ static int file_close(OSSL_STORE_LOADER_CTX *ctx)
 static OSSL_STORE_LOADER file_loader =
     {
         "file",
+        NULL,
         file_open,
         NULL,
         file_load,