Navigation Menu

Skip to content

Commit

Permalink
Bug 1643528 Cannot compile code with nss headers and -Werror=strict-…
Browse files Browse the repository at this point in the history
…prototypes

r=kjacobs
  • Loading branch information
rjrelyea committed Jul 14, 2020
1 parent 69f4843 commit 7462526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pk11wrap/pk11pub.h
Expand Up @@ -949,7 +949,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

Expand Down

0 comments on commit 7462526

Please sign in to comment.