> The studio 2010 compiler fails to process _stprintf due to missing len arg, > and the stdc header's confusion over which API it is implementing. The simple > fix is to substitute _sntprintf which is unambiguous... line 43 becomes; > > len = _sntprintf (msg,sizeof(msg)/sizeof(TCHAR), > _T("OPENSSL_Uplink(%p,%02X): "),table,index);
http://cvs.openssl.org/chngview?cn=21160. tested even with vc6. thanks for the report. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org