I tried compiling my OpenSSL 0.9.4 distribution on Windows NT using
Visual C++ 6.0 and debugging information enabled. My do_nt.bat file
looks as follows:

 > perl util\mkfiles.pl >MINFO
 > perl util\mk1mf.pl debug no-asm VC-NT >ms\nt.mak
 > perl util\mk1mf.pl debug dll no-asm VC-NT >ms\ntdll.mak
 >
 > perl util\mkdef.pl libeay NT > ms\libeay32.def
 > perl util\mkdef.pl ssleay NT > ms\ssleay32.def

In bn_div.c, line 241 I get a warning telling me that I can not
assign a 64 bit value to a 32 bit value. When I leave away the
'debug' flags in do_nt.bat, everything works fine.

Any ideas?

Thanks, Remo

_______________________________________________________________________

[ [EMAIL PROTECTED] ] "Ich dusche warm!" [ http://public.toilet.ch/ ]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to