forked from wolfSSL/wolfssl
Fix for linuxkm and stdio.h.
This commit is contained in:
@ -60,10 +60,14 @@
|
||||
* Free: 0x7fa14a500010 -> 120 at wc_FreeRng:606
|
||||
*/
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "wolfssl/wolfcrypt/settings.h"
|
||||
#include "wolfssl/wolfcrypt/logging.h"
|
||||
|
||||
#if defined(WOLFSSL_TRACK_MEMORY) || defined(HAVE_STACK_SIZE) || \
|
||||
defined(HAVE_STACK_SIZE_VERBOSE)
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#if defined(WOLFSSL_TRACK_MEMORY)
|
||||
#define DO_MEM_STATS
|
||||
#if defined(__linux__) || defined(__MACH__)
|
||||
|
Reference in New Issue
Block a user