Topic: wolfSSL integration in Contiki
Hi!
I am trying to integrate wolfSSL in Contiki-OS and am stuck at very basics. When i instantiate WOLFSSL * ssl with
if( (ssl = wolfSSL_new (ctx)) == NULL {}
the compiler gives a error of -> undefined reference to 'wolfSSL_new'
this occurs inspite of the fact that ssl.h has been included successfully in the program.
I am not able to understand the reason for the error.. Need help.
Thanks in Advance for the help!!
regards
Prateek