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 /crypto | |
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 'crypto')
-rw-r--r-- | crypto/opensslconf.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/opensslconf.h.in b/crypto/opensslconf.h.in index faa33a496d..504d93d0aa 100644 --- a/crypto/opensslconf.h.in +++ b/crypto/opensslconf.h.in @@ -154,8 +154,6 @@ YOU SHOULD NOT HAVE BOTH DES_RISC1 AND DES_RISC2 DEFINED!!!!! /* Unknown */ #elif defined( __aux ) /* 68K */ /* Unknown */ -#elif defined( __dgux ) /* 88K (but P6 in latest boxes) */ -# define DES_UNROLL #elif defined( __sgi ) /* Newer MIPS */ # define DES_PTR # define DES_RISC2 |