https://github.com/lsh123/xmlsec/issues/627 https://github.com/lsh123/xmlsec/commit/a2c8cad6215d89ce4454adcde5e84ffb12901a7a From a2c8cad6215d89ce4454adcde5e84ffb12901a7a Mon Sep 17 00:00:00 2001 From: lsh123 Date: Thu, 13 Apr 2023 10:30:13 -0400 Subject: [PATCH] Fix prototype (#629) Issue #627 --- a/src/nss/crypto.c +++ b/src/nss/crypto.c @@ -412,7 +412,7 @@ xmlSecNssKeysMngrInit(xmlSecKeysMngrPtr mngr) { * Returns: internal key slot and initializes it if needed. */ PK11SlotInfo * -xmlSecNssGetInternalKeySlot() +xmlSecNssGetInternalKeySlot(void) { PK11SlotInfo *slot = NULL; SECStatus rv;