Skip to content

Commit 3a8eb58

Browse files
author
Andras Fekete
committed
Fix compiler warning
1 parent b3d85dd commit 3a8eb58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp_fips.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ void wolfProvider_SetFipsChecks(long checksMask)
4242
*
4343
* @return The FIPS checks mask.
4444
*/
45-
long wolfProvider_GetFipsChecks()
45+
long wolfProvider_GetFipsChecks(void)
4646
{
4747
return fipsChecks;
4848
}

0 commit comments

Comments
 (0)