mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
add ecc header for fp_ecc cache free
This commit is contained in:
@ -31,6 +31,10 @@
|
|||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <wolfssl/ssl.h>
|
#include <wolfssl/ssl.h>
|
||||||
#include <tests/unit.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
|
#define MAX_ARGS 40
|
||||||
|
Reference in New Issue
Block a user