Hello Marc,

I just saw that you have integrated the patch in CVS but at the same time I detected a mistake I made on the line:

$op |= Net::SSLeay::OP_NO_TLSv1_2 () if exists $arg{tlsv1_1} && !$arg{tlsv1_1} && _check_tls_gt_1;

It has to be in fact:

$op |= Net::SSLeay::OP_NO_TLSv1_2 () if exists $arg{tlsv1_2} && !$arg{tlsv1_2} && _check_tls_gt_1;

Thanks!

Best regards,

Max.


Le 03.09.2013 17:59, Marc Lehmann a écrit :
On Mon, Sep 02, 2013 at 03:56:35PM +0200, Maxime Soulé 
<[email protected]> wrote:
Hello,

The new patch with documentation on openssl and Net::SSLeay needed
versions...

Thanks, looks good!


_______________________________________________
anyevent mailing list
[email protected]
http://lists.schmorp.de/mailman/listinfo/anyevent

Reply via email to