summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-01-23 11:58:26 -0500
committerRich Salz <rsalz@openssl.org>2015-01-23 11:58:26 -0500
commit68b00c237298b2e7e382686ffd583847d57bbc0b (patch)
treef0728a99d3d978a6268e715564401ae68e65167b /e_os.h
parent9b05cbc33e7895ed033b1119e300782d9e0cf23c (diff)
ifdef cleanup part 3: OPENSSL_SYSNAME
Rename OPENSSL_SYSNAME_xxx to OPENSSL_SYS_xxx Remove MS_STATIC; it's a relic from platforms <32 bits. Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/e_os.h b/e_os.h
index 5549abec48..0fbc33c551 100644
--- a/e_os.h
+++ b/e_os.h
@@ -102,16 +102,6 @@ extern "C" {
/********************************************************************
The Microsoft section
********************************************************************/
-/*
- * The following is used because of the small stack in some Microsoft
- * operating systems
- */
-# if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32)
-# define MS_STATIC static
-# else
-# define MS_STATIC
-# endif
-
# if defined(OPENSSL_SYS_WIN32) && !defined(WIN32)
# define WIN32
# endif