projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e70181
)
Older versions of SINIX C development system inherited a bug from
author
Bodo Möller
<bodo@openssl.org>
Fri, 21 May 1999 11:20:04 +0000
(11:20 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Fri, 21 May 1999 11:20:04 +0000
(11:20 +0000)
SGI' cc; enable workaround.
Submitted by: Martin Kraemer
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 678e4d547025113992e54dfea13797bb441ab718..bbb1c304d6556c2e0d8a66dccb2b10484607dfe0 100644
(file)
--- 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