summaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
committerRich Salz <rsalz@openssl.org>2014-12-19 21:11:09 -0500
commite03b29871b2b87af9a4ec21c49eb3e1826eb772a (patch)
tree99c297e13e19c9f785a5cebdc99fabc616e77a71 /crypto/des
parent488f16e31b8f5ec2513410929325d0830d76762d (diff)
RT3548: Remove outdated platforms
This commit removes all mention of NeXT and NextStep. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_old.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h
index 2b2c372354..fab1c0668c 100644
--- a/crypto/des/des_old.h
+++ b/crypto/des/des_old.h
@@ -178,7 +178,7 @@ typedef struct _ossl_old_des_ks_struct
#if 0
#define des_crypt(b,s)\
DES_crypt((b),(s))
-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(__OpenBSD__)
+#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(__OpenBSD__)
#define crypt(b,s)\
DES_crypt((b),(s))
#endif
@@ -375,7 +375,7 @@ int _ossl_old_des_enc_write(int fd,char *buf,int len,_ossl_old_des_key_schedule
_ossl_old_des_cblock *iv);
char *_ossl_old_des_fcrypt(const char *buf,const char *salt, char *ret);
char *_ossl_old_des_crypt(const char *buf,const char *salt);
-#if !defined(PERL5) && !defined(NeXT)
+#if !defined(PERL5)
char *_ossl_old_crypt(const char *buf,const char *salt);
#endif
void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,