Merge pull request #8783 from douzzer/20250516-remove-implicit-WOLFSSL_DEBUG_CERTIFICATE_LOADS

20250516-remove-implicit-WOLFSSL_DEBUG_CERTIFICATE_LOADS
This commit is contained in:
JacobBarthelmeh
2025-05-16 17:06:18 -06:00
committed by GitHub

View File

@@ -152,10 +152,6 @@ WOLFSSL_API void wolfSSL_SetLoggingPrefix(const char* prefix);
#define WOLFSSL_TIME(n) WC_DO_NOTHING
#endif
#if defined(DEBUG_WOLFSSL) && !defined(WOLFSSL_DEBUG_CERTIFICATE_LOADS)
#define WOLFSSL_DEBUG_CERTIFICATE_LOADS
#endif
#if defined(DEBUG_WOLFSSL) && !defined(WOLFSSL_DEBUG_ERRORS_ONLY)
#if defined(_WIN32)
#if defined(INTIME_RTOS)