aboutsummaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2015-01-05 16:05:54 -0500
committerRich Salz <rsalz@openssl.org>2015-01-05 16:05:54 -0500
commitb5526482ef81ee7906b967e326d23a45fbcf3abc (patch)
tree2e8386474da70de28162c2efa38421fbcf112a73 /e_os.h
parentc05febfa4f861666726a7a29b23e8dbbf1744e61 (diff)
downloadopenssl-b5526482ef81ee7906b967e326d23a45fbcf3abc.tar.gz
RT3546: Remove #define IRIX_CC_BUG
Leftovers from commit 448155e9bbda27cbba365ff549a7e2044a8a399f Remove now-unused #define's Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/e_os.h b/e_os.h
index 1d27b63d06..c6ca774b1a 100644
--- a/e_os.h
+++ b/e_os.h
@@ -626,13 +626,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
/***********************************************/
-#ifdef sgi
-#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */
-#endif
-#ifdef OPENSSL_SYS_SNI
-#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
-#endif
-
#if defined(OPENSSL_SYS_WINDOWS)
# define strcasecmp _stricmp
# define strncasecmp _strnicmp