From c9305d1df0f6b09a2429ceb0f80ddb92195a814c Mon Sep 17 00:00:00 2001 From: ad Date: Sun, 3 Dec 2000 13:01:37 +0000 Subject: [PATCH] Fix comment. --- lib/libcrypt/md5crypt.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/lib/libcrypt/md5crypt.c b/lib/libcrypt/md5crypt.c index b8f35cfdf736..73a1af58284d 100644 --- a/lib/libcrypt/md5crypt.c +++ b/lib/libcrypt/md5crypt.c @@ -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 #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 @@ -46,8 +46,6 @@ to64(char *s, u_int32_t v, int n) /* * MD5 password encryption. - * - * XXX This is dumb. NetBSD includes it for NIS compatibility. [ad] */ char * __md5crypt(const char *pw, const char *salt)