chriskohlhoff/asio

Is there a way to disable default initialisation of OpenSSL?

vheon opened this issue · 0 comments

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

asio::ssl::detail::openssl_init<> init_;

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