summaryrefslogtreecommitdiff
path: root/md5crypt.h
diff options
context:
space:
mode:
authordjm <djm>2003-05-18 14:46:46 +0000
committerdjm <djm>2003-05-18 14:46:46 +0000
commit6306897f108a97c39c360032e490b99a289617d7 (patch)
treeb736f202e6b13dd56972fe51e50f38fa558736b9 /md5crypt.h
parent334b9bef79f8034376f83182149a4d6bdc54f28f (diff)
downloadopenssh-6306897f108a97c39c360032e490b99a289617d7.tar.gz
- (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) */