Open vheon opened 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.
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.