Topic: How to use WOLFSSL_LOCAL Functions?
I want to use these functions
WOLFSSL_LOCAL int SendClientHello(WOLFSSL*);
WOLFSSL_LOCAL int SendClientKeyExchange(WOLFSSL*);
WOLFSSL_LOCAL int SendCertificateVerify(WOLFSSL*);
but it's not easy to use it.
How to use these function in my Source code ?
give me an answer.
please ..
regards