Skip to content

cyassl, no-filesystem and libcurl#20

Closed
omork wants to merge 1 commit intocurl:masterfrom
agoragames:d36d7f056c9c779396a2c664cf2d7e541251886c
Closed

cyassl, no-filesystem and libcurl#20
omork wants to merge 1 commit intocurl:masterfrom
agoragames:d36d7f056c9c779396a2c664cf2d7e541251886c

Conversation

@omork
Copy link

@omork omork commented May 20, 2011

This patch enables NO_FILESYSTEM so cyassl builds with NO_FILESYSTEM defined can link against libcurl.

…ssl 1.9.0

Otherwise I'd get linker errors for the missing "SSL_CTX_load_verify_locations" functions:

--snip-- Debug/libcurl.lib(cyassl.obj): In function `cyassl_connect_step1':
--snip-- external/curl-7.21.6/lib/cyassl.c(127): undefined reference to `.SSL_CTX_load_verify_locations'
--snip-- external/curl-7.21.6/lib/cyassl.c(164): undefined reference to `.SSL_CTX_use_certificate_file'
--snip-- external/curl-7.21.6/lib/cyassl.c(172): undefined reference to `.SSL_CTX_use_PrivateKey_file'
@bagder
Copy link
Member

bagder commented May 20, 2011

Thanks, this has been committed and pushed!

@bagder bagder closed this May 20, 2011
@usergoodvery usergoodvery mentioned this pull request Nov 9, 2016
@lock lock bot locked as resolved and limited conversation to collaborators Jan 20, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants