openssl-fips-2.0.tar.gz
Perl version: 5.8.8
Windows XP 32 bit
MSVS 2010

=========
cd C:\fips\openssl
ms\do_fips no-asm

...........
fips_premain.c
link /nologo /subsystem:console /opt:ref /debug /fixed /map
/out:out32dll\fips_t
est_suite.exe @C:\DOCUME~1\szou\LOCALS~1\Temp\nm7A8.tmp
   Creating library tmp32dll\junk.lib and object tmp32dll\junk.exp
 out32dll\fips_test_suite.exe

Get hash failure
NMAKE : fatal error U1077: 'c:\Perl\bin\perl.EXE' : return code '0x2'
Stop.
=========

It fails at the first line in fipslink.pl:

=========
die "Get hash failure\n" if $? != 0;
open my $sha1_res, '<', $fips_target.".sha1" or die "Get hash failure";
=========

I did not find fips_premain_dso.exe created.

Return value of the following line in fipslink.pl is 65280:
system("$fips_premain_dso $fips_target >$fips_target.sha1"); 

I have also tried without "no-asm" and saw the same error.

What could be the problem?

Thank you!



--
View this message in context: 
http://openssl.6102.n7.nabble.com/Need-help-with-building-fips-module-on-32-bit-Window-tp43767.html
Sent from the OpenSSL - User mailing list archive at Nabble.com.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to