Apply three patches from Assar Westerlund <assar@kth.se>:
[openssl.git] / crypto / des / des_old.c
index a6582a965ecaee2a1805f444148b40b94bd8a42c..421966221470176f7422d9c9c54d1e54b4a6fd8a 100644 (file)
@@ -193,12 +193,10 @@ char *_ossl_old_des_crypt(const char *buf,const char *salt)
        {
        return DES_crypt(buf, salt);
        }
-#if !defined(PERL5) && !defined(__FreeBSD__) && !defined(NeXT) && !defined(_DARWIN)
 char *_ossl_old_crypt(const char *buf,const char *salt)
        {
        return DES_crypt(buf, salt);
        }
-#endif
 void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,
        int numbits,long length,des_key_schedule schedule,des_cblock *ivec)
        {