Skip to content

Commit 1f28064

Browse files
include header for FIPS callback function
1 parent ed751da commit 1f28064

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ssh.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
#endif
4444

4545
#ifdef HAVE_FIPS
46+
#include <wolfssl/wolfcrypt/fips_test.h>
4647
static void myFipsCb(int ok, int err, const char* hash)
4748
{
4849
printf("in my Fips callback, ok = %d, err = %d\n", ok, err);

0 commit comments

Comments
 (0)