<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>v1.1.0-pre1 on linux</p>
<p><br>
</p>
<p>(1) Compiling with "no-threads " gives <span style="font-size: 12pt;">error on lines 173 and 379 in async.c.</span></p>
<p>possible cause: <span style="font-family: Calibri, Arial, Helvetica, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', NotoColorEmoji, 'Segoe UI Symbol', 'Android Emoji', EmojiSymbols; font-size: 16px;">async_fibre_makecontext() function</span></p>
<p>async_posix.h @ line 57: #if defined(OPENSSL_SYS_UNIX) && defined(OPENSSL_THREADS) </p>
<p>seems threads is required?</p>
<p><br>
</p>
<p><br>
</p>
<p>(2) Compiling with no-psk and no-srp gives error on line 1692 in statem_clnt.c</p>
<p>possible cause: with no-psk and no-srp nop'd out by #ifndef's above, line 1692 starts with "else if" instead of "if"</p>
<p><br>
</p>
<p><br>
</p>
<p>Neither of these errors occurred in 1.0.2e.</p>
</div>
</body>
</html>