Source: freelan
Version: 2.2-3
Severity: important
Tags: bookworm sid
User: [email protected]
Usertags: ftbfs-3.0
Hi,
Your package is failing to build using OpenSSL 3.0 with the
following error:
build/release/libs/cryptoplus/include/cryptoplus/bio/../cipher/../error/error.hpp:
In function ‘int
cryptoplus::error::get_function_error(cryptoplus::error::error_type)’:
build/release/libs/cryptoplus/include/cryptoplus/bio/../cipher/../error/error.hpp:243:11:
error: ‘ERR_GET_FUNC’ was not declared in this scope; did you mean
‘ERR_GET_LIB’?
243 | return ERR_GET_FUNC(err.error_code);
| ^~~~~~~~~~~~
| ERR_GET_LIB
For more information see:
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
Kurt