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

Fix compile issue with NO_WOLFSSL_DIR #8294

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

LinuxJedi
Copy link
Member

Description

test_wolfSSL_CTX_load_system_CA_certs() would try to use DIR functions when NO_WOLFSSL_DIR was used.

Testing

On Linux:

export CFLAGS="-DNO_WOLFSSL_DIR"
./configure
make

Checklist

  • added tests
  • updated/added doxygen
  • updated appropriate READMEs
  • Updated manual and documentation

`test_wolfSSL_CTX_load_system_CA_certs()` would try to use DIR functions
when `NO_WOLFSSL_DIR` was used.
@douzzer douzzer merged commit a1035cf into wolfSSL:master Dec 17, 2024
145 checks passed
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.

4 participants