Bug#828139: curl: FTBFS with openssl 1.1:

Kurt Roeckx kurt at roeckx.be
Sat Jun 25 10:57:24 UTC 2016


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



More information about the Pkg-cyrus-sasl2-debian-devel mailing list