Hi,
On Monday, 16. June 2014 22:26:57 THOMAS GUEVIN wrote:
> Here is the diff of the change from 0.62 to 0.63. There is an extra
> "defined" in the code.
> [...]
> @@ -251,7 +251,8 @@
> }
>
> (
> - SSL_cipher_list => defined $arg->{ciphers} ? $arg->{ciphers} :
> 'ALL', + defined $arg->{ciphers} ?
> + ( SSL_cipher_list => defined $arg->{ciphers}) : (),
> SSL_ca_file => exists $arg->{cafile} ? $arg->{cafile} : '',
> SSL_ca_path => exists $arg->{capath} ? $arg->{capath} : '',
> SSL_key_file => $clientcert ? $clientkey : undef,
>
>
> Please address in 0.64 if possible.
Patched in private repo.
Will be included in 0.64.
Thanks
--
Peter Marschall
[email protected]