wolfcrypt/src/sp_int.c: fix comment around clang-12+ -Os.

This commit is contained in:
Daniel Pouzzner
2022-02-10 16:43:17 -06:00
parent 5c9510d92e
commit fbf38fff07

View File

@ -93,7 +93,7 @@ This library provides single precision (SP) integer math functions.
* WOLFSSL_SP_FAST_MODEXP Allow fast mod_exp with small C code
*/
/* WOLFSSL_SP_SMALL is incompatibile with clang-12+ -Os. */
/* TODO: WOLFSSL_SP_SMALL is incompatible with clang-12+ -Os. */
#if defined(__clang__) && defined(__clang_major__) && \
(__clang_major__ >= 12) && defined(WOLFSSL_SP_SMALL)
#undef WOLFSSL_SP_SMALL