blob: ab695d391d83c9d9f94e0c5e7b1e21b2a871b2de [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001--- a/wolfssl/wolfcrypt/settings.h
2+++ b/wolfssl/wolfcrypt/settings.h
3@@ -3722,7 +3722,7 @@ extern void uITRON4_free(void *p) ;
4
5 /* warning for not using harden build options (default with ./configure) */
6 /* do not warn if big integer support is disabled */
7-#if !defined(WC_NO_HARDEN) && !defined(NO_BIG_INT)
8+#if 0
9 #if (defined(USE_FAST_MATH) && !defined(TFM_TIMING_RESISTANT)) || \
10 (defined(HAVE_ECC) && !defined(ECC_TIMING_RESISTANT)) || \
11 (!defined(NO_RSA) && !defined(WC_RSA_BLINDING) && !defined(HAVE_FIPS) && \