mirror of https://github.com/wolfSSL/wolfssl.git
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
parent
1c852f60ab
commit
bde1a2209a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue