[openssl-commits] [openssl] OpenSSL source code branch master updated. b5526482ef81ee7906b967e326d23a45fbcf3abc

Rich Salz rsalz at openssl.org
Mon Jan 5 21:07:06 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSSL source code".

The branch, master has been updated
       via  b5526482ef81ee7906b967e326d23a45fbcf3abc (commit)
      from  c05febfa4f861666726a7a29b23e8dbbf1744e61 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b5526482ef81ee7906b967e326d23a45fbcf3abc
Author: Rich Salz <rsalz at openssl.org>
Date:   Mon Jan 5 16:05:54 2015 -0500

    RT3546: Remove #define IRIX_CC_BUG
    
    Leftovers from commit 448155e9bbda27cbba365ff549a7e2044a8a399f
    Remove now-unused #define's
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 e_os.h |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/e_os.h b/e_os.h
index 1d27b63..c6ca774 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


hooks/post-receive
-- 
OpenSSL source code


More information about the openssl-commits mailing list