tests: add include for ecc.h to fix compile error

fix testsuite implicit definition of `wc_ecc_fp_free` with
`./configure --enable-fpecc --enable-ecc --enable-stacksize`
This commit is contained in:
Elms
2021-02-12 09:06:19 -08:00
committed by Jacob Barthelmeh
parent 1c852f60ab
commit bde1a2209a

View File

@ -37,6 +37,7 @@
#include <wolfssl/openssl/ssl.h>
#endif
#include <wolfssl/wolfcrypt/sha256.h>
#include <wolfssl/wolfcrypt/ecc.h>
#include <examples/echoclient/echoclient.h>
#include <examples/echoserver/echoserver.h>