control: tags -1 patch

On 2016-06-25 12:57:24 [+0200], Kurt Roeckx wrote:

> 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().

seems to be fixed by:
        
https://github.com/cyrusimap/cyrus-sasl/commit/4c8e3f24bb943386a67b4de65bb849f562499dd0

> Kurt

Sebastian

Reply via email to