wolfSSL Async Release 5.2.0 (Feb 21, 2022)
- Adds
WC_NO_ASYNC_SLEEP
option to hide wc_AsyncSleep for platforms that do not need it. - Fix for async test anonymous union on some platforms (
#pragma anon_unions
andHAVE_ANONYMOUS_INLINE_AGGREGATES
) - Fixes for invalidPrintfArgType_sint (cppcheck) and readability-redundant-preprocessor (clang-tidy).