> -----Original Message-----
> From: s...@apache.org [mailto:s...@apache.org]
> Sent: donderdag 27 februari 2014 14:14
> To: comm...@subversion.apache.org
> Subject: svn commit: r1572548 - /subversion/trunk/subversion/svn/auth-
> cmd.c
> 
> Author: stsp
> Date: Thu Feb 27 13:13:44 2014
> New Revision: 1572548
> 
> URL: http://svn.apache.org/r1572548
> Log:
> * subversion/svn/auth-cmd.c: Disable pretty-printing on SSL certs on
> Windows,
>    because it is broken with all currently released versions of serf.
>    To make it easier to enable/disable this feature, add a new
>    SVN_AUTH_PRETTY_PRINT_SSL_CERTS define switch instead of directly
>    using SVN_HAVE_SERF for this purpose.

Note that the function is also unreliable on other platforms... You are not 
allowed to call openssl functions, before initializing openssl!

The problem is just bigger on Windows, as it breaks harder there. But perhaps 
the next openssl crashes harder on another platform.

        Bert 


Reply via email to