Topic: wolfSSL 2.0.2 compile problem with curl
when compiling libcurl againt wolfssl 2.0.2 it does not compile with SSL.
When I check config.log, I found the following:
configure:22249: checking for InitCyaSSL in -lcyassl
......
/tmp/ccmPuvee.o(.text+0x18): In function `main': conftest.c: undefined reference to `InitCyaSSL' collect2: ld returned 1 exit status configure:22271: $? = 1
I have already followed the instruction to do ./configure --without-ssl --with-cyassl
Please advise.