1

(1 replies, posted in wolfSSL)

Hi!

  i am newbie to wolfssl. i am trying to run it in cooks simulator. my udp client program on compilation shows error in recognising the WOLFSSL_API functions from the header files.
like:

undefined reference to 'wc_AesSetKey'


Kindly Advise.


thanks in advance

2

(1 replies, posted in wolfSSL)

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