aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/des
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2002-06-11 12:03:51 +0000
committerBen Laurie <ben@openssl.org>2002-06-11 12:03:51 +0000
commit25ace3ed252a468d4d2b914a54863b2d539bb0b9 (patch)
tree3f31d9f7a54bae7afcd2241e155840da444dba32 /crypto/des
parent012c86ab74ae45873ea51eef7ca3c1d04d1441f1 (diff)
downloadopenssl-25ace3ed252a468d4d2b914a54863b2d539bb0b9.tar.gz
Fix warnings.
Diffstat (limited to 'crypto/des')
-rw-r--r--crypto/des/des_old.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/des/des_old.h b/crypto/des/des_old.h
index 3778f93c15..04c78a1ce9 100644
--- a/crypto/des/des_old.h
+++ b/crypto/des/des_old.h
@@ -366,7 +366,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(__FreeBSD__) && !defined(NeXT)
+#if !defined(PERL5) && !defined(NeXT)
char *_ossl_old_crypt(const char *buf,const char *salt);
#endif
void _ossl_old_des_ofb_encrypt(unsigned char *in,unsigned char *out,