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:
c05febf
)
RT3546: Remove #define IRIX_CC_BUG
author
Rich Salz
<rsalz@openssl.org>
Mon, 5 Jan 2015 21:05:54 +0000
(16:05 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Mon, 5 Jan 2015 21:05:54 +0000
(16:05 -0500)
Leftovers from commit
448155e9bbda27cbba365ff549a7e2044a8a399f
Remove now-unused #define's
Reviewed-by: Matt Caswell <matt@openssl.org>
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 1d27b63d068d2ca424b0d9cb9bf8716c6d608f63..c6ca774b1a83d010db88af8adaf88f254b718747 100644
(file)
--- 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