mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
add else condition for logging string with OPENSSL_EXTRA
This commit is contained in:
@@ -266,6 +266,11 @@ void WOLFSSL_ERROR(int error)
|
|||||||
* to unlock mutex and log what buffer was created. */
|
* to unlock mutex and log what buffer was created. */
|
||||||
}
|
}
|
||||||
#if defined(OPENSSL_EXTRA) && !defined(WOLFCRYPT_ONLY)
|
#if defined(OPENSSL_EXTRA) && !defined(WOLFCRYPT_ONLY)
|
||||||
|
}
|
||||||
|
else {
|
||||||
|
XSNPRINTF(buffer, sizeof(buffer),
|
||||||
|
"wolfSSL error occurred, error = %d", error);
|
||||||
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user