Merge pull request #5664 from kaleb-himes/SGX_FIXUP

This commit is contained in:
Hayden Roche
2022-10-05 15:18:55 -07:00
committed by GitHub

View File

@@ -97,6 +97,7 @@
#endif #endif
/* printf mappings */ /* printf mappings */
#ifndef WOLFSSL_LOG_PRINTF
#if defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX) #if defined(FREESCALE_MQX) || defined(FREESCALE_KSDK_MQX)
#include <mqx.h> #include <mqx.h>
#include <stdlib.h> #include <stdlib.h>
@@ -208,6 +209,7 @@
#define printf(...) ( printf(__VA_ARGS__), fflush(stdout) ) #define printf(...) ( printf(__VA_ARGS__), fflush(stdout) )
#endif #endif
#endif #endif
#endif /* !WOLFSSL_LOG_PRINTF */
#include <wolfssl/wolfcrypt/memory.h> #include <wolfssl/wolfcrypt/memory.h>
#include <wolfssl/wolfcrypt/wc_port.h> #include <wolfssl/wolfcrypt/wc_port.h>