From beb4ba5a68dbfa478bcc375cc885a047a8301c0d Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Tue, 28 Dec 1999 15:09:35 +1100 Subject: - Portability fixes for Irix 5.3 (now compiles OK!) - autoconf and other misc cleanups --- md5crypt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'md5crypt.c') diff --git a/md5crypt.c b/md5crypt.c index 15af422a..16bcf33a 100644 --- a/md5crypt.c +++ b/md5crypt.c @@ -17,7 +17,7 @@ #include "config.h" -#ifdef HAVE_MD5_PASSWORDS +#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) #include #include @@ -163,4 +163,4 @@ md5_crypt(const char *pw, const char *salt) return passwd; } -#endif /* HAVE_MD5_PASSWORDS */ +#endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */ -- cgit v1.2.3