We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e087a0 commit 4f93776Copy full SHA for 4f93776
src/ssh.c
@@ -72,7 +72,7 @@ int wolfSSH_Init(void)
72
#ifdef HAVE_FIPS
73
wolfCrypt_SetCb_fips(myFipsCb);
74
#endif
75
-#ifdef WC_RNG_SEED_CB
+#if defined(WC_RNG_SEED_CB) && defined(HAVE_HASHDRBG)
76
wc_SetSeed_Cb(wc_GenerateSeed);
77
78
#if !defined(NO_FILESYSTEM) && defined(WOLFSSH_ZEPHYR) && \
0 commit comments