summaryrefslogtreecommitdiff
path: root/modules/pam_pwdb/md5_crypt.c
diff options
context:
space:
mode:
authorJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
committerJan Rekorajski <baggins@sith.mimuw.edu.pl>2000-12-04 19:02:33 +0000
commit77b11e3dfdb0f0f83fa531b9bcb7bc0d3243fbae (patch)
treec9e08ed007a78e975754bf5c595ad0b593db4b52 /modules/pam_pwdb/md5_crypt.c
parent6a36792321ef91dc91c9887d5c56db88e6546047 (diff)
Relevant BUGIDs: 124391
Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
Diffstat (limited to 'modules/pam_pwdb/md5_crypt.c')
-rw-r--r--modules/pam_pwdb/md5_crypt.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/pam_pwdb/md5_crypt.c b/modules/pam_pwdb/md5_crypt.c
index 1d755a08..4226dd1e 100644
--- a/modules/pam_pwdb/md5_crypt.c
+++ b/modules/pam_pwdb/md5_crypt.c
@@ -9,21 +9,6 @@
*
* Origin: Id: crypt.c,v 1.3 1995/05/30 05:42:22 rgrimes Exp
*
- * $Log$
- * Revision 1.1 2000/06/20 22:11:48 agmorgan
- * Initial revision
- *
- * Revision 1.2 1999/07/04 23:22:38 morgan
- * Andrey's MD5 (bigendian) work around + cleanup to address problems with
- * applications that let an (ab)user kill them off without giving PAM the
- * opportunity to end. [Problem report from Tani Hosokawa on bugtraq.]
- *
- * Revision 1.1.1.1 1998/07/12 05:17:17 morgan
- * Linux PAM sources pre-0.66
- *
- * Revision 1.1 1996/09/05 06:43:31 morgan
- * Initial revision
- *
*/
#include <string.h>