Source: ntpsec
Version: 1.2.1+dfsg1-2
Severity: important
Tags: bookworm sid
User: [email protected]
Usertags: ftbfs-3.0
| Your package is failing to build using OpenSSL 3.0 with the
| following error:
|
| ../../attic/cmac-timing.c: In function ‘One_EVP_MAC’:
| ../../attic/cmac-timing.c:249:18: error: too few arguments to function
‘EVP_MAC_init’
| 249 | if (0 == EVP_MAC_init(ctx)) {
| | ^~~~~~~~~~~~
| In file included from /usr/include/openssl/cmac.h:25,
| from ../../attic/cmac-timing.c:29:
| /usr/include/openssl/evp.h:1220:5: note: declared here
| 1220 | int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t
keylen,
| | ^~~~~~~~~~~~
| ../../attic/cmac-timing.c: In function ‘One_EVP_MAC2’:
| ../../attic/cmac-timing.c:310:18: error: too few arguments to function
‘EVP_MAC_init’
| 310 | if (0 == EVP_MAC_init(ctx)) {
| | ^~~~~~~~~~~~
| In file included from /usr/include/openssl/cmac.h:25,
| from ../../attic/cmac-timing.c:29:
| /usr/include/openssl/evp.h:1220:5: note: declared here
| 1220 | int EVP_MAC_init(EVP_MAC_CTX *ctx, const unsigned char *key, size_t
keylen,
| | ^~~~~~~~~~~~
|
| Waf: Leaving directory `/<<PKGBUILDDIR>>/build/main'
| Build failed
For more information see:
https://www.openssl.org/docs/man3.0/man7/migration_guide.html
Sebastian