Skip to content

Commit 05bc7e0

Browse files
Merge pull request #8783 from douzzer/20250516-remove-implicit-WOLFSSL_DEBUG_CERTIFICATE_LOADS
20250516-remove-implicit-WOLFSSL_DEBUG_CERTIFICATE_LOADS
2 parents 4495da4 + 3ab1625 commit 05bc7e0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

wolfssl/wolfcrypt/logging.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ WOLFSSL_API void wolfSSL_SetLoggingPrefix(const char* prefix);
152152
#define WOLFSSL_TIME(n) WC_DO_NOTHING
153153
#endif
154154

155-
#if defined(DEBUG_WOLFSSL) && !defined(WOLFSSL_DEBUG_CERTIFICATE_LOADS)
156-
#define WOLFSSL_DEBUG_CERTIFICATE_LOADS
157-
#endif
158-
159155
#if defined(DEBUG_WOLFSSL) && !defined(WOLFSSL_DEBUG_ERRORS_ONLY)
160156
#if defined(_WIN32)
161157
#if defined(INTIME_RTOS)

0 commit comments

Comments
 (0)