OpenSSL Folks,
I want to take a few moments to document a few MS Windows compile issues
with the openssl-SNAP-20040318. I know it is now 2 days old, but I don't
have the heart to download today's snapshot and try it out. Sorry.
My system: Windows XP, Microsoft Visual C++ 2002
What I did: perl Configure VC-WIN32
perl util\mkdef.pl crypto ssl update
ms\do_nt
nmake -f ms\ntdll.mak
Bugs:
#1. crypto/bio/bss_file.c
(this problem has been around for a long time!)
Line 217: fd in not defined.
Need to add
{
int fd = fileno((FILE*)ptr);
...
}
#2. crypto/bio/b_print.c
Line 646: double and long
Should to cast pow() to long
fracpart -= (long)pow10(max);
#3. ms/ntdll.mak
Line 189: 2 undefined symbols.
These symbols are found in crypto/asn1/asn1_lib.c
Need to add asn1_lib.obj as a dependency to SSLOBJ
Thanks for all the hard work you have put into this project! If I had more
active brain cells I would love to help you out.
Mike Straw
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]