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

Build error #11

@phamductu

Description

@phamductu

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!

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions