OpenSSL-0.9.4
Visual C++ 6.0
WinNT4.0 sp5
 
Generated the makefiles for debug as explained in install.w32
Compiler warning when recompiling for debug in bn_div.c line 242
Modified VC-32.pl to suppress -DWINDOWS which caused error
Recompiled with debug options
Tested --> OK
Why do we use -DWINDOWS for compiling in debug mode?
I did'nt try to correct the error in bn_div.c because I'm a newcomer in OpenSSL
 
Error in bn_div.c:
#if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
   q=((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0;  ***** ERROR HERE *****
#else
   q=bn_div_words(n0,n1,d0);
#endif
 
Attached is the modified VC-32.pl, see comment starting with #RD.
I'd lik eto know if it's OK to compile debug without the -DWINDOWS option
 
Thanks
________________________________
Richard Dykiel, Starburst Software
150 Baker Avenue, Concord, MA 01742
http://www.starburstsoftware.com
 
1-800-585-3889 ext289

VC-32.pl

Reply via email to