aboutsummaryrefslogtreecommitdiffstats
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/store/store_init.c b/crypto/store/store_init.c
index 4b53108684..4d0ff012e0 100644
--- a/crypto/store/store_init.c
+++ b/crypto/store/store_init.c
@@ -18,7 +18,7 @@ DEFINE_RUN_ONCE_STATIC(do_store_init)
&& ossl_store_file_loader_init();
}
-int ossl_store_init_once()
+int ossl_store_init_once(void)
{
if (!RUN_ONCE(&store_init, do_store_init)) {
OSSL_STOREerr(OSSL_STORE_F_OSSL_STORE_INIT_ONCE, ERR_R_MALLOC_FAILURE);