Source: cyrus-sasl2 Version: 2.1.26.dfsg1-15 Severity: important Control: block 827061 by -1
Hi,
Your package is failing to build with openssl 1.1:
otp.c: In function 'otp_hash':
otp.c:121:16: error: storage size of 'mdctx' isn't known
EVP_MD_CTX mdctx;
The struct has been made opaque and you now needs to allocate it
with EVP_MD_CTX_new().
See the manpages and
https://wiki.openssl.org/index.php/1.1_API_Changes for more
information.
openssl 1.1.0 is currently in experimental.
Kurt

