Hi, With 0.9.8h+ the static version of libraries are build using /MT compiler switch while dll are build like before using /MD.
Using static libraries is not possible any more cause msvcrt is linked statically. Any reason for this sudden change? /MT option is something that cannot be used for example to link static version of openssl to the .dll, cause in that case the .dll itself would need to be statically linked against msvcrt, and that is not in majority cases usable Can we switch back to the old behavior by using /MD in both static and dll builds? Regards -- ^(TM) ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [EMAIL PROTECTED]
