forked from wolfSSL/wolfssl
Reversing hunk in test.c for DEOS (suspect that was in error).
This commit is contained in:
@ -176,6 +176,10 @@ _Pragma("GCC diagnostic ignored \"-Wunused-function\"");
|
|||||||
__android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__)
|
__android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__)
|
||||||
#define fprintf(fp, ...) \
|
#define fprintf(fp, ...) \
|
||||||
__android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__)
|
__android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__)
|
||||||
|
#elif defined(WOLFSSL_DEOS)
|
||||||
|
#include <printx.h>
|
||||||
|
#undef printf
|
||||||
|
#define printf printx
|
||||||
#else
|
#else
|
||||||
#ifdef XMALLOC_USER
|
#ifdef XMALLOC_USER
|
||||||
#include <stdlib.h> /* we're using malloc / free direct here */
|
#include <stdlib.h> /* we're using malloc / free direct here */
|
||||||
|
Reference in New Issue
Block a user