Dear Sir/Madam,
First of all I would like to thank you for the good work in developing openSSL project. We have recently downloaded openssl-1.0.0e and created a Visual Studio 2010 project which gives us loads of compiler warnings (~400) when compiling it in 64 bit. Most of the warning are made up of C4267 and C4244 and are sometimes unsafe to ignore as seen below. .\ssl\t1_enc.c(963): warning C4267: 'return' : conversion from 'size_t' to 'int', possible loss of data t1_lib.c .\ssl\t1_lib.c(301): warning C4244: '=' : conversion from '__int64' to 'long', possible loss of data We would like to know whether these are planned to be solved please? Thanks Regards Hans Camilleri
