Skip to content

BN_zero() is void and can't fail#1

Open
botovq wants to merge 1 commit into
ibara:masterfrom
botovq:bn_zero
Open

BN_zero() is void and can't fail#1
botovq wants to merge 1 commit into
ibara:masterfrom
botovq:bn_zero

Conversation

@botovq

@botovq botovq commented Mar 9, 2023

Copy link
Copy Markdown

This will break the build with LibreSSL 3.7.1 and later. In OpenSSL, BN_zero() only has a return value if OPENSSL_API_COMPAT < 0x00908000L, which is prehistoric.

This will break the build with LibreSSL 3.7.1 and later. In OpenSSL,
BN_zero() only has a return value if OPENSSL_API_COMPAT < 0x00908000L,
which is prehistoric.
@botovq

botovq commented Mar 9, 2023

Copy link
Copy Markdown
Author

This will break the build in the upcoming libcrypto bump that will happen within the next few days. If you update the port, then I don't need to patch it.

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.

1 participant