From fbf38fff078bbd124fdd6a474434ec91e98b98ff Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 10 Feb 2022 16:43:17 -0600 Subject: [PATCH] wolfcrypt/src/sp_int.c: fix comment around clang-12+ -Os. --- wolfcrypt/src/sp_int.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfcrypt/src/sp_int.c b/wolfcrypt/src/sp_int.c index 7eed698ae..046e81ce1 100644 --- a/wolfcrypt/src/sp_int.c +++ b/wolfcrypt/src/sp_int.c @@ -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