diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/des/des_old.h | 4 | ||||
-rw-r--r-- | crypto/ec/ectest.c | 2 |
2 files changed, 2 insertions, 4 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, diff --git a/crypto/ec/ectest.c b/crypto/ec/ectest.c index 6da927905a..16cf43f0ed 100644 --- a/crypto/ec/ectest.c +++ b/crypto/ec/ectest.c @@ -164,8 +164,6 @@ static void timings(EC_GROUP *group, int type, BN_CTX *ctx) * -- ISO/IEC 9899 */ # define UNIT "s" #else - /* "`CLOCKS_PER_SEC' undeclared (first use this function)" - * -- cc on NeXTstep/OpenStep */ # define UNIT "units" # define CLOCKS_PER_SEC 1 #endif |