mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 21:59:16 +01:00
in test.c: use use HEAP_HINT, not NULL in XMALLOC/XFREE calls; fix a couple typos in aes_test() re WOLFSSL_ASYNC_CRYPT; add various missing WOLFSSL_SMALL_STACK_STATIC qualifiers; and streamline old smallstack refactor on-stack declarations declarations to use the much neater [1] construct.