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);
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]