diff --git a/wolfcrypt/test/test.c b/wolfcrypt/test/test.c index d5a1dd83d..2eed1cf71 100644 --- a/wolfcrypt/test/test.c +++ b/wolfcrypt/test/test.c @@ -176,6 +176,10 @@ _Pragma("GCC diagnostic ignored \"-Wunused-function\""); __android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__) #define fprintf(fp, ...) \ __android_log_print(ANDROID_LOG_DEBUG, "TAG", __VA_ARGS__) +#elif defined(WOLFSSL_DEOS) + #include + #undef printf + #define printf printx #else #ifdef XMALLOC_USER #include /* we're using malloc / free direct here */