chriskohlhoff / asio

Asio C++ Library
http://think-async.com/Asio
4.97k stars 1.22k forks source link

Is there a way to disable default initialisation of OpenSSL? #1520

Open vheon opened 2 months ago

vheon commented 2 months ago

I have my application which has a custom initialisation which properly initialise OpenSSL loading providers and whatnot. This means that I don't need the default initialization done here https://github.com/chriskohlhoff/asio/blob/efdc25ab99786101351a5afb39f01dfaf0781401/asio/include/asio/ssl/context.hpp#L749

I don't see however a way to disable this.