forked from wolfSSL/wolfssl
wolfssl/wolfcrypt/settings.h: #ifdef WOLFSSL_LINUXKM, make sure config.h is included only once, before masking out inapplicable autodetected features.
This commit is contained in:
@ -2235,6 +2235,10 @@ extern void uITRON4_free(void *p) ;
|
||||
|
||||
|
||||
#ifdef WOLFSSL_LINUXKM
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#undef HAVE_CONFIG_H
|
||||
#endif
|
||||
#ifndef NO_DEV_RANDOM
|
||||
#define NO_DEV_RANDOM
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user