This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Description
Hi, many thanks for the library!
I got some errors when building it. Some functions are deprecated since OpenSSL 3.0 such as SHA512_Init, SHA512_Update, SHA512_Final.
Here is an example:
build/ext_ipp-crypto/src/ext_ipp-crypto/sources/ippcp/crypto_mb/src/ed25519/ifma_ed25519.c:135:7: error: ‘SHA512_Init’ is deprecated: Since OpenSSL 3.0 [-Werror=deprecated-declarations]
135 | SHA512_Init(&ctx);
Could you help me with this? Thanks in advance!