Skip to content

Conversation

@DaveWK
Copy link
Contributor

@DaveWK DaveWK commented Mar 22, 2022

When compiling against OpenSSL versions => 3.0, the build will error out
due to the usage of methods like SHA256_Update, SHA256_Init, etc..

See: https://wiki.openssl.org/index.php/OpenSSL_3.0

While these functions should probably be ported to their new
equivalents, this at least allows for the client to be compiled.

When compiling against OpenSSL versions => 3.0, the build will error out
due to the usage of methods like SHA256_Update, SHA256_Init, etc..

See: https://wiki.openssl.org/index.php/OpenSSL_3.0

While these functions should probably be ported to their new
equivalents, this at least allows for the client to be compiled.
Copy link
Contributor

@jayantk jayantk left a comment

Choose a reason for hiding this comment

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

thanks!

@jayantk jayantk merged commit 93971f5 into pyth-network:main Apr 15, 2022
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