[openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-30 Thread Richard Levitte via RT
[[EMAIL PROTECTED] - Thu May 30 16:22:22 2002]: > Hi again, > > Sorry Richard, but your suggestion just don't work: OPENSSL_SYS_MSDOS is > used all over the source and in principle these #ifdefs are correct. > The only thing that must be fixed is that "#define MS_STATIC static" > (set in e_o

Re: [openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-30 Thread Doug Kaufman
On Thu, 30 May 2002, Richard Levitte via RT wrote: > I think I should change e_os2.h so OPENSSL_SYS_MSDOS is only defined > for OPENSSL_SYSNAME_WIN16 and OPENSSL_SYSNAME_WIN16. Does that seem > to be a good solution, or is there something I've missed? I think you will need it for DJGPP also.

RE: [openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-30 Thread [EMAIL PROTECTED] via RT
raimo > -Original Message- > From: ext Richard Levitte via RT [mailto:[EMAIL PROTECTED]] > Sent: 30 May, 2002 16:10 > To: Vuonnala Raimo (NVO/Helsinki) > Cc: [EMAIL PROTECTED] > Subject: [openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32 > > > > I think I shoul

RE: [openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-30 Thread [EMAIL PROTECTED] via RT
Hi, That is also a working solution ! /raimo > -Original Message- > From: ext Richard Levitte via RT [mailto:[EMAIL PROTECTED]] > Sent: 30 May, 2002 16:10 > To: Vuonnala Raimo (NVO/Helsinki) > Cc: [EMAIL PROTECTED] > Subject: [openssl.org #51] OpenSSL

[openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-30 Thread Richard Levitte via RT
I think I should change e_os2.h so OPENSSL_SYS_MSDOS is only defined for OPENSSL_SYSNAME_WIN16 and OPENSSL_SYSNAME_WIN16. Does that seem to be a good solution, or is there something I've missed? [[EMAIL PROTECTED] - Thu May 23 14:20:17 2002]: > Hi, > > There is a bug in 'e_os.h'. > The effe

[openssl.org #51] OpenSSL 0.9.7 -BUG - WIN32

2002-05-23 Thread [EMAIL PROTECTED] via RT
Hi, There is a bug in 'e_os.h'. The effect is that Win32 multithreaded applications crash. The problem is that currently OPENSSL_SYS_MSDOS is defined also for Win32 platform, and MS_STATIC is defined as 'static' as follows: #if defined(OPENSSL_SYS_MSDOS) # define MS_STATIC static #