100-disable-hardening-check.patch 545 B

1234567891011
  1. --- a/wolfssl/wolfcrypt/settings.h
  2. +++ b/wolfssl/wolfcrypt/settings.h
  3. @@ -2630,7 +2630,7 @@ extern void uITRON4_free(void *p) ;
  4. /* warning for not using harden build options (default with ./configure) */
  5. /* do not warn if big integer support is disabled */
  6. -#if !defined(WC_NO_HARDEN) && !defined(NO_BIG_INT)
  7. +#if 0
  8. #if (defined(USE_FAST_MATH) && !defined(TFM_TIMING_RESISTANT)) || \
  9. (defined(HAVE_ECC) && !defined(ECC_TIMING_RESISTANT)) || \
  10. (!defined(NO_RSA) && !defined(WC_RSA_BLINDING) && !defined(HAVE_FIPS) && \