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 Unused statements for fiat #509

Merged
merged 2 commits into from
Jun 20, 2022
Merged

Conversation

DominicDams
Copy link
Contributor

We have OPENSSL_UNUSED statements for our fiat header files in order
to prevent errors for functions that we don't use. There was a mistake
that used the 64-bit function definitions for the 32-bit header file. On
some platforms this would cause a compilation error.

Issues:

Potential fix for #487

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

We have `OPENSSL_UNUSED` statements for our fiat header files in order
to prevent errors for functions that we don't use. There was a mistake
that used the 64-bit function definitions for the 32-bit header file. On
some platforms this would cause a compilation error.
@DominicDams
Copy link
Contributor Author

We see a small regression in TrustToken-Exp2PMB-Batch1 finish_redemption but there is no change here that would cause that. Ignoring as spurious.

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.

3 participants