Quote Originally Posted by olidem View Post
Concerning the difference between -openssl and -openssl-linked, for me I would guess that -openss-linked will just *link* against the openssl-dlls, i.e. you would have to distribute them with your app, and
"-openssl" means to include the openssl-code into your executable.
Is your setup working for static compiles without any external dependencies? The documentation implies the exact opposite, that openssl-linked is for "Enabled linked OpenSSL support." and openssl is for "Enable run-time OpenSSL support."