Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libcrypt Fix comment.
details: https://anonhg.NetBSD.org/src/rev/9bcd8bb2acec
branches: trunk
changeset: 500001:9bcd8bb2acec
user: ad <ad%NetBSD.org@localhost>
date: Sun Dec 03 13:01:37 2000 +0000
description:
Fix comment.
diffstat:
lib/libcrypt/md5crypt.c | 6 ++----
1 files changed, 2 insertions(+), 4 deletions(-)
diffs (27 lines):
diff -r 94594e57de69 -r 9bcd8bb2acec lib/libcrypt/md5crypt.c
--- a/lib/libcrypt/md5crypt.c Sun Dec 03 12:57:37 2000 +0000
+++ b/lib/libcrypt/md5crypt.c Sun Dec 03 13:01:37 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md5crypt.c,v 1.2 2000/08/03 08:32:36 ad Exp $ */
+/* $NetBSD: md5crypt.c,v 1.3 2000/12/03 13:01:37 ad Exp $ */
/*
* ----------------------------------------------------------------------------
@@ -15,7 +15,7 @@
#include <sys/cdefs.h>
#if !defined(lint)
-__RCSID("$NetBSD: md5crypt.c,v 1.2 2000/08/03 08:32:36 ad Exp $");
+__RCSID("$NetBSD: md5crypt.c,v 1.3 2000/12/03 13:01:37 ad Exp $");
#endif /* not lint */
#include <unistd.h>
@@ -46,8 +46,6 @@
/*
* MD5 password encryption.
- *
- * XXX This is dumb. NetBSD includes it for NIS compatibility. [ad]
*/
char *
__md5crypt(const char *pw, const char *salt)
Home |
Main Index |
Thread Index |
Old Index