Topic: [SOLVED] Problems Compiling
Hi,
I am testing the TicketInit() and the wolfSSL_CTX_set_TicketEncCb(ctx, myTicketEncCb); Ticket functionality. I have added the #include <wolfssl/test.h>. When I compile my program gcc xxx.c -o xxx -lm -lwolfssl the compiler does not find the inline functions on the library. I am pretty sure I am missing a compliler option to handle the static INLINE int myTicketEncC( XXXX) declarations on the include test.h file. Any ideas. Thank you !!!!