From e7fb10319246b876c1bd9a14c825799a59afa9ad Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 19 May 2003 00:46:46 +1000 Subject: - (djm) KNF on md5crypt.c --- md5crypt.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'md5crypt.h') diff --git a/md5crypt.h b/md5crypt.h index 21356fbe7..2341e2c12 100644 --- a/md5crypt.h +++ b/md5crypt.h @@ -7,15 +7,7 @@ * ---------------------------------------------------------------------------- */ -/* - * Ported from FreeBSD to Linux, only minimal changes. --marekm - */ - -/* - * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu - */ - -/* $Id: md5crypt.h,v 1.3 2001/02/09 01:55:36 djm Exp $ */ +/* $Id: md5crypt.h,v 1.4 2003/05/18 14:46:46 djm Exp $ */ #ifndef _MD5CRYPT_H #define _MD5CRYPT_H @@ -24,8 +16,8 @@ #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); +int is_md5_salt(const char *); +char *md5_crypt(const char *, const char *); #endif /* defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT) */ -- cgit v1.2.3