wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Fixes for building the compatibility layer with no realloc

Open dgarske opened this issue 1 year ago • 1 comments

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_HZ in 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

dgarske avatar Jun 27 '24 23:06 dgarske

Retest this please

dgarske avatar Jun 28 '24 03:06 dgarske