]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - e_os.h
Remove #ifdef's for IRIX_CC_BUG
[thirdparty/openssl.git] / e_os.h
diff --git a/e_os.h b/e_os.h
index 0e01b46574ae83c633198e19c77578b07b4e5417..a5a2607b8f5110579523d336995234b0742e7ee1 100644 (file)
--- a/e_os.h
+++ b/e_os.h
@@ -657,13 +657,6 @@ extern char *sys_errlist[]; extern int sys_nerr;
 
 #define DG_GCC_BUG     /* gcc < 2.6.3 on DGUX */
 
-#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