forked from wolfSSL/wolfssl
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:
@ -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>
|
||||
|
Reference in New Issue
Block a user