mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
Adjust guards following peer review
This commit is contained in:
@@ -647,8 +647,7 @@ void wc_RemoveErrorNode(int idx)
|
||||
void wc_ClearErrorNodes(void)
|
||||
{
|
||||
#if defined(DEBUG_WOLFSSL) || defined(WOLFSSL_NGINX) || \
|
||||
defined(OPENSSL_ALL) || defined(DEBUG_WOLFSSL_VERBOSE) || \
|
||||
defined(WOLFSSL_HAPROXY)
|
||||
defined(OPENSSL_EXTRA) || defined(DEBUG_WOLFSSL_VERBOSE)
|
||||
|
||||
if (wc_LockMutex(&debug_mutex) != 0) {
|
||||
WOLFSSL_MSG("Lock debug mutex failed");
|
||||
|
Reference in New Issue
Block a user