summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-05-21 11:20:04 +0000
committerBodo Möller <bodo@openssl.org>1999-05-21 11:20:04 +0000
commit95f9968e5ea5b010415a803db0074c4e4528b4a8 (patch)
tree6864816dc074ad179d586a9ceaf3148b19b1f533 /e_os.h
parent7e701817234ff2be2a745fc63f32ccb5e874854c (diff)
downloadopenssl-new-95f9968e5ea5b010415a803db0074c4e4528b4a8.tar.gz
Older versions of SINIX C development system inherited a bug from
SGI' cc; enable workaround. Submitted by: Martin Kraemer
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 678e4d5470..bbb1c304d6 100644
--- a/e_os.h
+++ b/e_os.h
@@ -351,6 +351,9 @@ extern HINSTANCE _hInstance;
#ifdef sgi
#define IRIX_CC_BUG /* all version of IRIX I've tested (4.* 5.*) */
#endif
+#ifdef SNI
+#define IRIX_CC_BUG /* CDS++ up to V2.0Bsomething suffered from the same bug.*/
+#endif
#ifdef NO_MD2
#define MD2_Init MD2Init