openssl-1.0.1-stable-SNAP-20111019 failure

2011-10-19 Thread Kenneth Robinette
The openssl-1.0.1-stable-20111019 build fails as follows:
 
fips_premain.c
link /nologo /subsystem:console /opt:ref /debug /dll /map /base:0xFB0 /out:o
ut32dll\libeay32.dll /def:ms/LIBEAY32.def @C:\DOCUME~1\zkrr01\LOCALS~1\Temp\nmb0
2032.
LIBEAY32.def : error LNK2001: unresolved external symbol EC_GFp_nistp224_method
out32dll\libeay32.lib : fatal error LNK1120: 1 unresolved externals
LINK : fatal error LNK1141: failure during build of exports file
First stage Link failure at \utility\FIPS_2.0\bin\fipslink.pl line 42.
NMAKE : fatal error U1077: 'perl' : return code '0x75'
Stop.

Re: openssl-1.0.1-stable-SNAP-20111019 failure

2011-10-19 Thread Bodo Moeller
On Wed, Oct 19, 2011 at 4:48 PM, Kenneth Robinette 
supp...@securenetterm.com wrote:

 The openssl-1.0.1-stable-20111019 build fails as follows:

 fips_premain.c
 link /nologo /subsystem:console /opt:ref /debug /dll /map /base:0xFB0
 /out:o
 ut32dll\libeay32.dll /def:ms/LIBEAY32.def
 @C:\DOCUME~1\zkrr01\LOCALS~1\Temp\nmb0
 2032.
 LIBEAY32.def : error LNK2001: unresolved external symbol
 EC_GFp_nistp224_method
 out32dll\libeay32.lib : fatal error LNK1120: 1 unresolved externals
 LINK : fatal error LNK1141: failure during build of exports file
 First stage Link failure at \utility\FIPS_2.0\bin\fipslink.pl line 42.
 NMAKE : fatal error U1077: 'perl' : return code '0x75'
 Stop.


Thanks for the report.  I had failed to update util/libeay.num.  This should
be fixed in the next snapshot (20111020).

Bodo