mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-05-05 05:44:13 +02:00
Merge pull request #6981 from douzzer/20231102-vector-register-dynamic-fallback-aes
20231102-vector-register-dynamic-fallback-aes
This commit is contained in:
@@ -136,13 +136,6 @@ static struct log mynewt_log;
|
||||
|
||||
#endif /* DEBUG_WOLFSSL */
|
||||
|
||||
#ifdef DEBUG_VECTOR_REGISTER_ACCESS
|
||||
THREAD_LS_T int wc_svr_count = 0;
|
||||
THREAD_LS_T const char *wc_svr_last_file = NULL;
|
||||
THREAD_LS_T int wc_svr_last_line = -1;
|
||||
#endif
|
||||
|
||||
|
||||
/* allow this to be set to NULL, so logs can be redirected to default output */
|
||||
int wolfSSL_SetLoggingCb(wolfSSL_Logging_cb f)
|
||||
{
|
||||
@@ -1547,4 +1540,3 @@ void WOLFSSL_ERROR_MSG(const char* msg)
|
||||
}
|
||||
|
||||
#endif /* DEBUG_WOLFSSL || WOLFSSL_NGINX || WOLFSSL_HAPROXY */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user