Topic: "compilation of example client and source code in wolfssl-examples "
hi ,
I am trying to execute the example client and server code in the below links which will have basic Wolfssl APIs so that i can implement same APIs to my existing project which will have cyclone TCP.
https://github.com/wolfSSL/wolfssl-exam … ient-tls.c ;
https://github.com/wolfSSL/wolfssl-exam … rver-tls.c ;
i dont want to use entire wolfssl source code to minimize the size. so that i just added below folders from sorce code to my example project.since i could see the headers include in example code are from below folders.
wolfssl,
wolfcrypt,
certs,
src,
but i am getting so many errors saying saying some headers are not included and some are not declared.
So i just want to know w.r.t example in above links which folders i need to add to my project ?
Kindly clarify my doubts?