add ecc header for fp_ecc cache free

This commit is contained in:
Jacob Barthelmeh
2019-10-21 09:21:46 -06:00
parent ea45da5fa8
commit e24787c8e4

View File

@ -31,6 +31,10 @@
#include <string.h>
#include <wolfssl/ssl.h>
#include <tests/unit.h>
#if defined(HAVE_ECC) && defined(FP_ECC) && defined(HAVE_THREAD_LS) \
&& (defined(NO_MAIN_DRIVER) || defined(HAVE_STACK_SIZE))
#include <wolfssl/wolfcrypt/ecc.h>
#endif
#define MAX_ARGS 40