Skip to content

Commit

Permalink
Fix prototype (#629)
Browse files Browse the repository at this point in the history
Issue #627
  • Loading branch information
lsh123 committed Apr 13, 2023
1 parent 0682c1d commit a2c8cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nss/crypto.c
Expand Up @@ -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;
Expand Down

0 comments on commit a2c8cad

Please sign in to comment.