wolfssl
wolfssl copied to clipboard
Fixes for building the compatibility layer with no realloc
Description
-
Fixes for building the compatibility layer with
WOLFSSL_NO_REALLOC. -
Improve benchmark FreeRTOS default tick rate logic. For example Xilinx FreeRTOS uses 10ms tick (not default 1ms), so include
configTICK_RATE_HZin calculation if available. -
Fix test.c warning around too many parens with no realloc.
ZD 18224
Testing
./configure --enable-opensslall CFLAGS="-DWOLFSSL_NO_REALLOC" && make check
Checklist
- [ ] added tests
- [ ] updated/added doxygen
- [ ] updated appropriate READMEs
- [ ] Updated manual and documentation
Retest this please