On 2020-06-26 14:43, User wrote:

It is possible to statically link libcurl into your application. No need to use OpenSSL as libcurl can be built with SChannel.

That sounds good.

It looks like I remembered wrong. std.net.curl uses `dlopen` on libcurl, not OpenSSL. This might be less of an issue assuming libcurl is built with the platform provided TLS implementation. Just make sure it's possible to statically link libcurl, without using `dlopen`.

--
/Jacob Carlborg

Reply via email to