Compiling static OpenSSL with /MD[d]
Wednesday, July 20th, 2016So, you have a DLL that uses OpenSSL. Maybe your DLL uses libcurl and you want to support HTTPS? And, you want to statically link to avoid distributing multiple files. You’re couldn’t find a static build of the OpenSSL libs, could you? And when you downloaded the source, you found that only supports static linkage […]