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

Improve make_optional_func_list and make renegotiation functions opti… #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JacobBarthelmeh
Copy link
Contributor

…onal.

make_optional_func_list will fall back to using nm to determine if a function is provided by libwolfssl if libwolfssl is a static library. This commit makes it so we first check if nm is available. If it's not available, the function will print a warning and assume all optional functions are available.

…onal.

`make_optional_func_list` will fall back to using `nm` to determine if a
function is provided by libwolfssl if libwolfssl is a static library. This
commit makes it so we first check if `nm` is available. If it's not available,
the function will print a warning and assume all optional functions are
available.
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.

2 participants