Menu

#16 Delay SSL initialization

open
nobody
None
5
2009-07-21
2009-07-21
Anonymous
No

When SSL header are included, ASIO tries to initialize SSL on application startup (class openssl_init). This approach makes impossible delayed loading of SSL dll's (/DELAYLOAD option with MSVC linker), which would allow to deliver an application without SSL dll's, if SSL-related features are not really used.

Discussion


Log in to post a comment.