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

Errors not printed out when OPENSSL_NO_STDIO is set #1774

Merged
merged 1 commit into from
May 20, 2024

Conversation

bencemali
Copy link
Contributor

The handleErrors function should print out errors when OPENSSL_NO_STDIO is set. The ERR_clear_error function is called instead since ERR_print_errors_fp would empty the error queue.

Copy link
Member

@baentsch baentsch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks sensible to me. Thanks for the improved guard, @bencemali !

@baentsch
Copy link
Member

baentsch commented May 8, 2024

Please rebase as the current CI error should be fixed as #1775 landed.

@SWilson4 SWilson4 self-requested a review May 10, 2024 13:40
@baentsch baentsch merged commit 7eecda6 into open-quantum-safe:main May 20, 2024
44 checks passed
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.

4 participants