Gate ALT_ECC_SIZE on NO_MALLOC and STATIC_MEMORY since they conflict.

This commit is contained in:
Anthony Hu
2022-07-08 07:29:24 -04:00
parent 4376ade9c8
commit 2d6b6d62b2

View File

@ -1501,7 +1501,9 @@ extern void uITRON4_free(void *p) ;
#define HAVE_HASHDRBG
#define HAVE_ECC
#define ALT_ECC_SIZE
#if !defined(WOLFSSL_STATIC_MEMORY) && !defined(WOLFSSL_NO_MALLOC)
#define ALT_ECC_SIZE
#endif
#define TFM_ECC192
#define TFM_ECC224
#define TFM_ECC256