Source: pkcs11-provider Version: 0.5-1 Severity: serious Tags: ftbfs https://buildd.debian.org/status/logs.php?pkg=pkcs11-provider&ver=0.5-1%2Bb1
... ../src/asymmetric_cipher.c: In function ‘p11prov_rsaenc_decrypt’: ../src/asymmetric_cipher.c:422:58: error: passing argument 4 of ‘p11prov_tls_constant_time_depadding’ from incompatible pointer type [-Wincompatible-pointer-types] 422 | &out_size, &tls_cond); | ^~~~~~~~~ | | | CK_ULONG * {aka long unsigned int *} ../src/asymmetric_cipher.c:254:45: note: expected ‘size_t *’ {aka ‘unsigned int *’} but argument is of type ‘CK_ULONG *’ {aka ‘long unsigned int *’} 254 | size_t *out_size, CK_ULONG *ret_cond) | ~~~~~~~~^~~~~~~~ ...