Topic: Problem when Building wolfSSL with ECC on Windows
I tried to define NO_RSA&HAVE_ECC in C/C++ ->Preprocessor,but it didn't work with ssl.c. Then I tried to define it in ssl.h and met lots of errors such as "error LNK2001: unresolved external symbol _ecc_free".
how can I fix this?