
20 Dec
2011
20 Dec
'11
6:19 a.m.
Hi, boost::asio::ssl::detail::openssl_init<true>::do_init initializes the SSL library using the static initialization hook, thereby preventing code being ran from main() which must be run before SSL initalization (for example custom allocators being set using CRYPTO_set_mem_functions). Is there an intended way to do so when using boost::asio::ssl? Best regards, Isidor