[[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_os.h) cannot be used in Win32 environments (i.e only in 
> 16-bit MS-DOS or Windows platforms - who uses these today any 
way...).
> 
> My original proposal (below, file e_os.h) fixes this problem.
>    #if defined(OPENSSL_SYS_MSDOS) && 
!defined(OPENSSL_SYSNAME_WIN32)
>    #  define MS_STATIC        static
>    #else
>    #  define MS_STATIC
>    #endif

OK, I've commited that change for now.  I intend to review the 
definition of OPENSSL_SYS_MSDOS for 0.9.8, however.  The current use 
is a bit confusing...

-- 
Richard Levitte
[EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to