We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e742385 + 25c8356 commit d27fc91Copy full SHA for d27fc91
1 file changed
include/user_settings.h
@@ -300,7 +300,8 @@ extern int tolower(int c);
300
#define WOLFSSL_PUBLIC_MP
301
302
/* Configure RNG seed */
303
- #define CUSTOM_RAND_GENERATE_SEED(buf, sz) ({(void)buf; (void)sz; 0;}) /* stub, not used */
+ #include "loader.h"
304
+ #define CUSTOM_RAND_GENERATE_SEED(buf, sz) ({(void)buf; (void)sz; wolfBoot_panic(); 0;}) /* stub, not used */
305
#define WC_RNG_SEED_CB
306
#endif
307
0 commit comments