line 55 of crypto\comp\c_zlib.c defines Z_CALLCONV as _stdcall, yet the default calling convention for zlib 1.2.2 is _cdecl (well, it's actually not sepcified, which == compiler default, which in VC == _cdecl) see line 210 of zonf.h.

so either Z_CALLCONV has to be changed to blank/undefined/_cdecl or use zlibCompileFlags() to determine if zlib was compiled with cdecl or stdapi/winapi

Louis Solomon
www.SteelBytes.com


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to