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

Do not use DSA API unless USE_DSA is set #1224

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

botovq
Copy link
Contributor

@botovq botovq commented Jan 18, 2025

Even if USE_DSA is unset, unbound ends up linking against OpenSSL DSA API because these guards are missing.

Even if USE_DSA is unset, unbound ends up linking against OpenSSL
DSA API because these guards are missing.
@gthess gthess self-assigned this Jan 21, 2025
@gthess
Copy link
Member

gthess commented Jan 21, 2025

This looks good to me, disabling the DSA calls when DSA support is not compiled in (default). Thanks!

@gthess gthess merged commit a2bf32b into NLnetLabs:master Jan 21, 2025
1 check passed
gthess added a commit that referenced this pull request Jan 21, 2025
- Merge #1224 from Theo Buehler: Do not use DSA API unless USE_DSA is
  set.
bob-beck pushed a commit to openbsd/src that referenced this pull request Feb 7, 2025
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