We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d21a21 commit 5626482Copy full SHA for 5626482
msi.c
@@ -1839,7 +1839,7 @@ static char *msi_dirent_get(MSI_ENTRY *entry)
1839
return data;
1840
}
1841
1842
-static char *msi_unused_dirent_get()
+static char *msi_unused_dirent_get(void)
1843
{
1844
char *data = OPENSSL_malloc(DIRENT_SIZE);
1845
osslsigncode.c
@@ -3331,7 +3331,7 @@ static ENGINE *engine_dynamic(GLOBAL_OPTIONS *options)
3331
* [in] none
3332
* [returns] pointer to ENGINE
3333
*/
3334
-static ENGINE *engine_pkcs11()
+static ENGINE *engine_pkcs11(void)
3335
3336
ENGINE *engine = ENGINE_by_id("pkcs11");
3337
if (!engine) {
0 commit comments