You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/xmlsec/files/xmlsec-1.3.0-strict-prototy...

22 lines
637 B

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 <aleksey@aleksey.com>
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;