Sorry nothing as deep as previous rand_win stuff
Using snapshot dated 13/9
/W3 /Wx compiler options treating warnings as errors cause build failure
on win32 within apps/speed.c
cl /Fotmp32dll\speed.obj -DMONOLITH -Iinc32 -Itmp32dll /MD /W3
/WX /G5 /
Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN
-DL_ENDIAN /Fdout
32dll -c .\apps\speed.c
speed.c
.\apps\speed.c(321) : error C2220: warning treated as error - no object
file gen
erated
.\apps\speed.c(321) : warning C4101: 'rsa_num2' : unreferenced local
variable
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
Easy fix:
remove declaration of rsa_num2 at line 321 within speed.c
Following fix build succeeds, but tests fail miserably within rsa_test,
randtest, dhtest, exptest and probably more....
In addition, it might be nice to remove the RSA patenting/licensing
restrictions from within the README.
Andrew
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]