<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Pierre DELAAGE wrote:</div><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><font face="Times New Roman, Times, serif">Maybe you remember me, I am the man that refreshed stunnel for winCE up to 4.27 version.<br> Thank you for having included my code to your mainstream at that time.<br></font></div></blockquote><div><br></div><div>Thank you.  I appreciate your public domain patch sent 10 Jan 2009.</div><br><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><span class="Apple-style-span" style="font-family: 'Times New Roman', Times, serif; ">the bug is in sthread.c: </span></div></blockquote><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><font face="Times New Roman, Times, serif"> the wince _beginthread port has been modified</font></div></blockquote><div><br></div><div>You're right.  I obviously made a mistake here.  Thank you.</div><div><br></div><div>In gui.c:</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>_beginthread(ThreadFunc, 0, NULL);</div><div>should be:</div><div><span class="Apple-tab-span" style="white-space:pre">  </span>_beginthread(ThreadFunc, DEFAULT_STACK_SIZE, NULL);</div><div><br></div><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><font face="Times New Roman, Times, serif">I repeat and insist : please DO NOT DO anything to the code, as I will send soon a refresh with various other updates (because apart from that critical bug,<br> the code needs other refresh to compile properly),<br></font></div></blockquote><div><br></div><div>I prefer individual patches for separate issues rather than a single, large patch.</div><div><br></div><div>I also tend to rewrite code anyway rather than simply apply patches.  It might be better if you just describe problems instead of sending the code.</div><div><br></div><blockquote type="cite"><div bgcolor="#ffffff" text="#000000"><font face="Times New Roman, Times, serif"> and as I am also working on a refresh of openssl up to 1.0.0a (those gentlemen at openssl never included any wce patch to their mainstream,<br> which is really a pity, but another story).<br></font></div></blockquote><div><br></div><div>It would be great to have a patch to build OpenSSL with arm-cegcc.  8-)</div><br></div><div>Best regards,</div><div><span class="Apple-tab-span" style="white-space:pre">   </span>Mike</div></body></html>