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
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.
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??!?!
The patch from openwrt wont apply... hunk failed...
Does anyone have a working patch?
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.
Posts found: 4
Generated in 0.025 seconds (95% PHP - 5% DB) with 5 queries