]> andersk Git - openssh.git/blobdiff - md5crypt.h
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / md5crypt.h
index 2e018d878b584943bd4680a41aa21540e237abd6..b822d4fff83a23a57230360558db6d78b9fa1c19 100644 (file)
@@ -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) */
 
This page took 0.038792 seconds and 4 git commands to generate.