Blame SOURCES/nss-3.53-strict-proto-fix.patch

5f43a7
diff -up ./lib/pk11wrap/pk11pub.h.strict_proto_fix ./lib/pk11wrap/pk11pub.h
5f43a7
--- ./lib/pk11wrap/pk11pub.h.strict_proto_fix	2020-06-04 16:48:54.721954514 -0700
5f43a7
+++ ./lib/pk11wrap/pk11pub.h	2020-06-04 16:49:17.074066050 -0700
5f43a7
@@ -948,7 +948,7 @@ PRBool SECMOD_HasRootCerts(void);
5f43a7
  *  the system state independent of the database state and can be called
5f43a7
  *  before NSS initializes.
5f43a7
  */
5f43a7
-int SECMOD_GetSystemFIPSEnabled();
5f43a7
+int SECMOD_GetSystemFIPSEnabled(void);
5f43a7
 
5f43a7
 SEC_END_PROTOS
5f43a7