Merge pull request #5670 from dgarske/smallstack_fixes2

Fix for Linux kernel module and stdio.h
This commit is contained in:
Kaleb Himes
2022-10-08 09:08:13 -06:00
committed by GitHub

View File

@ -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__)