Update - OpenSSL 1.1.1-pre7-dev
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user