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`
pull/3752/head
Elms 2021-02-12 09:06:19 -08:00 committed by Jacob Barthelmeh
parent 1c852f60ab
commit bde1a2209a
1 changed files with 1 additions and 0 deletions

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>