add ecc header for fp_ecc cache free

pull/2520/head
Jacob Barthelmeh 2019-10-21 09:21:46 -06:00
parent ea45da5fa8
commit e24787c8e4
1 changed files with 4 additions and 0 deletions

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