Source: ldns
Version: 1.7.1-2
Severity: important
Tags: bookworm sid
User: [email protected]
Usertags: ftbfs-3.0
control: forwarded -1 https://github.com/NLnetLabs/ldns/issues/135
Your package is failing to build using OpenSSL 3.0 with the
following error:
|./dnssec_sign.c: In function ‘ldns_pkey_is_ecdsa’:
|./dnssec_sign.c:420:26: error: ‘key’ undeclared (first use in this
function); did you mean ‘pkey’?
| 420 | if(EVP_PKEY_type(key->type) != EVP_PKEY_EC)
| | ^~~
| | pkey
|./dnssec_sign.c: In function ‘ldns_sign_public_evp’:
|./dnssec_sign.c:535:23: error: invalid use of incomplete typedef
‘EVP_PKEY’ {aka ‘struct evp_pkey_st’}
| 535 | if (EVP_PKEY_type(key->type) == EVP_PKEY_DSA) {
| | ^~
|./dnssec_sign.c:547:20: error: invalid use of incomplete typedef
‘EVP_PKEY’ {aka ‘struct evp_pkey_st’}
Sebastian