Skip to content

Commit 3ab1625

Browse files
committed
wolfssl/wolfcrypt/logging.h: don't define WOLFSSL_DEBUG_CERTIFICATE_LOADS just because defined(DEBUG_WOLFSSL).
1 parent 4495da4 commit 3ab1625

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)