← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] Rework OpenSSL mutex workaround

 

Is this patch for the stable branch, the product branch, or both?

On 5/5/2016 3:25 PM, Simon Richter wrote:
> 
> This allows compiling KiCad without OpenSSL. If CURL uses OpenSSL in the
> background, we serialize requests to avoid a bug there, which degrades
> performance. Given that no one should link KiCad against OpenSSL really
> because of licence conflicts, this is not so bad.
> ---
>  common/CMakeLists.txt                 |   5 --
>  common/kicad_curl/kicad_curl.cpp      | 161 ----------------------------------
>  common/kicad_curl/kicad_curl_easy.cpp |  23 +++--
>  include/kicad_curl/kicad_curl.h       |  17 ----
>  include/kicad_curl/kicad_curl_easy.h  |   5 ++
>  5 files changed, 22 insertions(+), 189 deletions(-)
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 


Follow ups

References