> Archive says
> **************
> After I commented out the strerror declaration from tls.c and I
> downgraded my openssl from 0.9.8 to 0.9.7g, the compilation completed
> successfully.
> **************
>
> I downgrade from openssl_0.9.8a-3 to 0.9.7e-3.
> But I dont know howto comment out line 25
> line 25: return errno == error_timeout ? "timed out" : strerror(errno);
>
> Thanks for your helps,
>
> Y.C

Try this patch, which I got from the qmail-tls patch author:

http://shupp.org/patches/tls.strerror.patch

It should apply on top of the qmail-toaster 0.8 patch.

Regards,

Bill Shupp

Reply via email to