You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
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
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
Posts found: 2
Generated in 0.014 seconds (96% PHP - 4% DB) with 5 queries