b_print.c fails to compile:

All references to LLONG fail to compile with c2632

#if HAVE_LONG_LONG
//#define LLONG long long               //causes error c2632
#define LLONG long                     //change to 'long' from 'long long'
#else
#define LLONG long
#endif


//error c2632
http://msdn.microsoft.com/library/devprods/vs6/visualc/vccore/c2632.htm

Repro Steps (per install.w32)
1. install openssl-engine-0.9.6a.tar.gz
2. place masm.exe (ml.exe ml.err) in path
3. install perl
4. perl Configure VC-WIN32
5. ms\do_masm
6. nmake -f ms\ntdll.mak
7. run tests...passed all tests

-ToddG

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to