From 4a2f8482b5f882e5927e7a7f70786dc8677d77be Mon Sep 17 00:00:00 2001 From: Kaleb Himes Date: Thu, 14 Nov 2019 15:16:32 -0700 Subject: [PATCH] Remove static RSA setting Customer confirmed their tests are passing without static rsa enabled. --- wolfssl/wolfcrypt/settings.h | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 084753e9e..7fc294862 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -811,7 +811,6 @@ extern void uITRON4_free(void *p) ; #define ECC_TIMING_RESISTANT #define HAVE_ECC - #define WOLFSSL_STATIC_RSA #endif /* EBSNET */