Merge pull request #6981 from douzzer/20231102-vector-register-dynamic-fallback-aes

20231102-vector-register-dynamic-fallback-aes
This commit is contained in:
JacobBarthelmeh
2023-11-28 13:15:02 -07:00
committed by GitHub
20 changed files with 1951 additions and 1352 deletions
-8
View File
@@ -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 */