OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Vivek Madani
Hi, I am trying to compile openssl-fips-1.2 on VS 2008 (64 bit) and getting a linker error LINK : fatal error LNK1181: cannot open input file 'bufferoverflowu.lib' NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\ VC\Bin\amd64\link.EXE' : return code '0x49d'. Quick

Re: OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Jakob Bohm
On 05-08-2010 13:59, Vivek Madani wrote: Hi, I am trying to compile openssl-fips-1.2 on VS 2008 (64 bit) and getting a linker error LINK : fatal error LNK1181: cannot open input file 'bufferoverflowu.lib' NMAKE : fatal error U1077: 'C:\Program Files (x86)\Microsoft Visual Studio 9.0\

Re: OpenSSL FIPS 1.2 on VS2008 (64 bit)

2010-08-05 Thread Vivek Madani
Solution: Use the version 14.00.4 amd64 compiler from the April 2005 x64 Platform SDK, or one of its close successors.  Those need and include that library. The April 2005 x64 Platform SDK is still available from MSDN subscriber downloads as en_ws_2003_sp1_sdk_april_2005.iso . Install