> But it is broken in NT 4.0. The condition I patched in will
> commented out the code only for NT version less than 5. It is still
> included under Win2k and Win95. And for NT 4 (I am not sure about
> 3.5), we may properly need to use the NT only PSAPI to do the
> similar job.
That patch won't work. Nor is it needed. We do not set WINVER to
0x0500 when building OpenSSL for Win2000. We leave it at 0x0400 just
like Microsoft does.
The program loads the function pointers dynamicly at runtime with
GetProcAddress() therefore there is no harm compiling the code. There
is no reason to have a separate version of OpenSSL for 9x, NT, 2000.
You just need to use a current version of the headers.
Jeffrey Altman * Sr.Software Designer
The Kermit Project * Columbia University
612 West 115th St * New York, NY * 10025 * USA
http://www.kermit-project.org/ * [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]