diff --git a/test/test_ssl_want_write.c b/test/test_ssl_want_write.c index 682bfcfe..2a0bbc6f 100644 --- a/test/test_ssl_want_write.c +++ b/test/test_ssl_want_write.c @@ -154,6 +154,10 @@ void MyLog(int LOGA_level, char* format, ...) int tests = 0; int failures = 0; +#if !defined(__func__) +#define __func__ __FUNCTION__ +#endif + #define ASSERT(condition, message) \ do { \ tests++; \