<div dir="ltr">Hello,<br>
I'm trying to compile cyrus-sasl-2.1.26 from source and the following error<br>
occurs:<br>
<br>
otp.c: In function 'otp_hash':<br>
otp.c:121:16: error: storage size of 'mdctx' isn't known<br>
     EVP_MD_CTX mdctx;<br>
<br>
                ^~~~~<br>
--------<br>
<br>
otp.c: In function 'word2bin':<br>
otp.c:755:17: error: storage size of 'mdctx' isn't known<br>
      EVP_MD_CTX mdctx;<br>
                 ^~~~~<br>
<br>
<br>
O.S.= 4.9.0-kali1-amd64 / core i5<br>
<br>
I would appreciate any idea to fix it.<br>
<br>
Thank you.</div>