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 deprecation annotation in X25519 #4233

Closed
wants to merge 1 commit into from

Conversation

randombit
Copy link
Owner

Clang does not like seeing [[deprecated]] plus an attribute (for symbol visibibility) in the same place; it would refuse to compile it.

Remove BOTAN_DEPRECATED_API accordingly; it seems like it's not possible for this to (consistently) do what we want.

Clang does not like seeing [[deprecated]] plus an __attribute__ (for
symbol visibibility) in the same place; it would refuse to compile it.

Remove BOTAN_DEPRECATED_API accordingly; it seems like it's not possible
for this to (consistently) do what we want.
@randombit randombit closed this Jul 18, 2024
@randombit randombit deleted the jack/fix-deprecation-issues branch July 18, 2024 23:29
@coveralls
Copy link

Coverage Status

coverage: 91.732% (-0.001%) from 91.733%
when pulling 7b3ba79 on jack/fix-deprecation-issues
into 15186a6 on master.

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