diff options
Diffstat (limited to 'lib/libssl/src/e_os.h')
-rw-r--r-- | lib/libssl/src/e_os.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libssl/src/e_os.h b/lib/libssl/src/e_os.h index 49811404c59..055c1b0e296 100644 --- a/lib/libssl/src/e_os.h +++ b/lib/libssl/src/e_os.h @@ -114,7 +114,7 @@ extern "C" { ********************************************************************/ /* The following is used becaue of the small stack in some * Microsoft operating systems */ -#if defined(OPENSSL_SYS_MSDOS) +#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32) # define MS_STATIC static #else # define MS_STATIC |