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.h | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'md5crypt.h') diff --git a/md5crypt.h b/md5crypt.h index f1d185721..2e018d878 100644 --- a/md5crypt.h +++ b/md5crypt.h @@ -20,18 +20,11 @@ #include "config.h" -#include -#include - -#ifdef HAVE_OPENSSL -#include -#endif - -#ifdef HAVE_SSL -#include -#endif +#if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) int is_md5_salt(const char *salt); char *md5_crypt(const char *pw, const char *salt); +#endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */ + #endif /* MD5CRYPT_H */ -- cgit v1.2.3