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

Enable thread safety in static OpenSSL build #598

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

larskanis
Copy link
Collaborator

This is disabled by default due to the -static option. The thread doesn't work with -static, that's why it is enabled by -DOPENSSL_THREADS. The thread functions are used in libcrypto.a and libssl.a but only defined in libssl.a.

Fixes #595

This is disabled by default due to the `-static` option.
The `thread` doesn't work with `-static`, that's why it is enabled by `-DOPENSSL_THREADS`.
The thread functions are used in libcrypto.a and libssl.a but only defined in libssl.a.

Fixes ged#595
@larskanis larskanis merged commit 94f1d7f into ged:master Oct 24, 2024
13 of 17 checks passed
@larskanis larskanis deleted the osl-threads branch October 24, 2024 14:31
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.

Crash in libssl when opening connections in parallel on Windows
1 participant