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