Is there a way to disable default initialisation of OpenSSL?
vheon opened this issue · 0 comments
vheon commented
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/asio/include/asio/ssl/context.hpp
Line 749 in efdc25a
I don't see however a way to disable this.