X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/d94aa2aef6fde33e25122a8392010e557fbf6071..5c5546be1ad22eed40e38cde2f4171dfeef75821:/md5crypt.h diff --git a/md5crypt.h b/md5crypt.h index 2e018d87..b822d4ff 100644 --- a/md5crypt.h +++ b/md5crypt.h @@ -7,13 +7,7 @@ * ---------------------------------------------------------------------------- */ -/* - * Ported from FreeBSD to Linux, only minimal changes. --marekm - */ - -/* - * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu - */ +/* $Id$ */ #ifndef _MD5CRYPT_H #define _MD5CRYPT_H @@ -22,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) */