Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ssl: add makefile for static mbedtls build #713

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

yuxiaomao
Copy link
Collaborator

Allow building ssl.hdll with embedded mbedtls source from hashlink instead of system lib, with make SSL_STATIC=1.

This code is useful when the build machine does not have a recent version of mbedtls, and would like to use the one in hashlink - which might be more recent and more secure (e.g. for game distribution reason).

Tested on Linux and seems to work. Don't know how the mbedtls license works here, but it's already the case when building on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant