aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/store/loader_file.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/store/loader_file.c')
-rw-r--r--crypto/store/loader_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/store/loader_file.c b/crypto/store/loader_file.c
index 27af752497..446f60c163 100644
--- a/crypto/store/loader_file.c
+++ b/crypto/store/loader_file.c
@@ -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,