diff options
author | Rich Salz <rsalz@openssl.org> | 2014-12-28 07:17:52 +0100 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2014-12-28 07:17:52 +0100 |
commit | 32dfde107636ac9bc62a5b3233fe2a54dbc27008 (patch) | |
tree | d0a9befb1634e4ea9ee03546443d43703d28baff /e_os.h | |
parent | RT3548: unsupported platforms (diff) | |
download | openssl-32dfde107636ac9bc62a5b3233fe2a54dbc27008.tar.xz openssl-32dfde107636ac9bc62a5b3233fe2a54dbc27008.zip |
RT3548: Remove unsupported platforms
This commit removes DG-UX.
It also flushes out some left-behinds in config.
And regenerates TABLE from Configure (hadn't been done in awhile).
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'e_os.h')
-rw-r--r-- | e_os.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -625,8 +625,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 |