mirror of https://github.com/wolfSSL/wolfssl.git
add ecc header for fp_ecc cache free
parent
ea45da5fa8
commit
e24787c8e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue