[openssl.org #3220] Compile error with OpenSSL 1.0.1f s23_clnt.c on Windows platform

2014-01-08 Thread Ding, Jeff via RT
Hello. I found an issue compiling OpenSSL 1.0.1f on the Windows platform. Compiler used is Visual Studio 2012. The error from the compile is as follows: cl /Fotmp32dll.dbg\s23_clnt.obj -Iinc32 -Itmp32dll.dbg /MDd /Od -DDEBUG -D_DEBUG -DZLIB -DOPENSSL_THREADS -DDSO_WIN32 -W3 -WX

Re: [openssl.org #3220] Compile error with OpenSSL 1.0.1f s23_clnt.c on Windows platform

2014-01-08 Thread Gisle Vanem
Ding, Jeff via RT r...@openssl.org wrote: .\ssl\s23_clnt.c(286) : error C2220: warning treated as error - no 'object' file generated .\ssl\s23_clnt.c(286) : warning C4244: 'initializing' : conversion from 'time_t' to 'unsigned long', possible loss of data ... Adding the typecast prevents the