1

(1 replies, posted in wolfSSL)

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.

2

(4 replies, posted in wolfSSL)

Thanks for the suggestion but to build it in openwrt... i have to do:

Make V=99 package/cyassl/compile

How can I pass the parameter "src/libcyassl.la" into that??!?!  sad  hmm  roll  neutral

3

(4 replies, posted in wolfSSL)

The patch from openwrt wont apply... hunk failed...

Does anyone have a working patch?

4

(4 replies, posted in wolfSSL)

Hi,

I am trying to compile CyaSSL 2.0.2 on Openwrt but receive the following error:

testsuite/testsuite.c:31:6: #error testsuite needs threads to run, please run ctaocrypt/test, and the examples/ individually
testsuite/testsuite.c: In function `start_thread':
testsuite/testsuite.c:166: warning: passing arg 1 of `pthread_create' from incompatible pointer type
testsuite/testsuite.c:166: warning: passing arg 3 of `pthread_create' from incompatible pointer type
testsuite/testsuite.c: In function `join_thread':
testsuite/testsuite.c:177: warning: passing arg 1 of `pthread_join' makes intege
make[4]: *** [testsuite/testsuite_testsuite-testsuite.o] Error 1


Does anyone come across this and know how to fix this?

Or can I pass something to configure to it wont try to build (examples, testsuite, etc) ?!?

Many Thanks.