Re: winbuild: Add MultiSSL support

2019-04-12 Thread Jan Ehrhardt via curl-library
Jan Ehrhardt via curl-library in gmane.comp.web.curl.library (Fri, 12 Apr 2019 23:07:42 +0200): >PR will follow soon. I just wanted to check here first. PR: https://github.com/curl/curl/pull/3772 >Daniel Stenberg via curl-library in gmane.comp.web.curl.library (Fri, 12 >Apr 2019 22:39:37 +0200 (C

Re: winbuild: Add MultiSSL support

2019-04-12 Thread Jan Ehrhardt via curl-library
Daniel Stenberg via curl-library in gmane.comp.web.curl.library (Fri, 12 Apr 2019 22:39:37 +0200 (CEST)): >On Fri, 12 Apr 2019, Jan Ehrhardt via curl-library wrote: > >> makefile.m32 and ./configure (when cross-compiling on *nix for Windows) >> already support MultiSSL. However the makefiles in /

Re: winbuild: Add MultiSSL support

2019-04-12 Thread Daniel Stenberg via curl-library
On Fri, 12 Apr 2019, Jan Ehrhardt via curl-library wrote: makefile.m32 and ./configure (when cross-compiling on *nix for Windows) already support MultiSSL. However the makefiles in /winbuild still prohibit it. It requires a small adjustment to enable it there too: https://github.com/Jan-E/cURL