diff --git a/wolfssl/wolfcrypt/error-crypt.h b/wolfssl/wolfcrypt/error-crypt.h index 2207f3b9ac..db5530045a 100644 --- a/wolfssl/wolfcrypt/error-crypt.h +++ b/wolfssl/wolfcrypt/error-crypt.h @@ -380,6 +380,9 @@ WOLFSSL_ABI WOLFSSL_API const char* wc_GetErrorString(int error); #include #else #define WC_NO_ERR_TRACE(label) (label) + #ifndef WC_ERR_TRACE + #define WC_ERR_TRACE(label) (label) + #endif #endif #ifdef __cplusplus