summaryrefslogtreecommitdiffstats
path: root/md5crypt.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-19 00:46:46 +1000
committerDamien Miller <djm@mindrot.org>2003-05-19 00:46:46 +1000
commite7fb10319246b876c1bd9a14c825799a59afa9ad (patch)
treedba2c04e2771193c11a05ea727f61d9bc4a0867d /md5crypt.h
parent317412502b900ddecdafdfa171da99271846478b (diff)
- (djm) KNF on md5crypt.c
Diffstat (limited to 'md5crypt.h')
-rw-r--r--md5crypt.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/md5crypt.h b/md5crypt.h
index 21356fbe..2341e2c1 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) */