Skip to content

Commit

Permalink
Fix prototype
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 06715df
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 06715df

Please sign in to comment.