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

openssl: define HAVE_KEYLOG_CALLBACK before use #16105

Closed
wants to merge 1 commit into from

Conversation

vszakats
Copy link
Member

@vszakats vszakats commented Jan 27, 2025

Before this patch this macro was used in vtls/openssl.h without
setting it first, causing the keylog_done member be present in
struct ossl_ctx while the code did not use it.

Follow-up to 3210101 #13172

Before this patch this macro was used in `vtls/openssl.h` without
setting it first, causing the `keylog_done` member be present in
the `ossl_ctx` struct while the code did not use it.
@vszakats vszakats added the TLS label Jan 27, 2025
@vszakats vszakats closed this in 8b8ec57 Jan 28, 2025
@vszakats vszakats deleted the ossl-nokeylog branch January 28, 2025 10:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

3 participants