On Wed, Oct 20, 2010 at 11:18 PM, Turner, Joe (DIJM)
<joe.tur...@smithsdetection.com> wrote:
> I am working on compiling the fips canister on windows 7 x64 with VS 2010
> professional.  When I run ms\do_fips- there are two issues.
>
> The first is on line 130 of do_fips.bat.  the line should read ml64 –c –Fo
> ms\uptable.obj ms\uptable.asm – it currently reads ml64 –c –Foms\uptable.obj
> ms\uptable.asm
>
>
>
> After fixing the line above, it fails at link fips standalone_sha1.exe
> saying link fatal error lnk101 cannot open input file ‘bufferoverflowu.lib`
>
>
>
> Any idea on what I need to do to fix or do differently?
>
>

Check out the archives.
http://www.mail-archive.com/openssl-users@openssl.org/msg61945.html -
this will help.

You will need to either use older SDK or copy the bufferoverflowu.lib
from older SDK into your include/lib path.

Vivek...
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to