Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/user Fix copypasto in comment.
details: https://anonhg.NetBSD.org/src/rev/6bd8a25f5e0b
branches: trunk
changeset: 1027583:6bd8a25f5e0b
user: nia <nia%NetBSD.org@localhost>
date: Sun Dec 12 14:33:13 2021 +0000
description:
Fix copypasto in comment.
diffstat:
usr.sbin/user/user.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4456def1789d -r 6bd8a25f5e0b usr.sbin/user/user.c
--- a/usr.sbin/user/user.c Sun Dec 12 14:27:48 2021 +0000
+++ b/usr.sbin/user/user.c Sun Dec 12 14:33:13 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: user.c,v 1.134 2021/12/10 20:06:29 nia Exp $ */
+/* $NetBSD: user.c,v 1.135 2021/12/12 14:33:13 nia Exp $ */
/*
* Copyright (c) 1999 Alistair G. Crooks. All rights reserved.
@@ -33,7 +33,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1999\
The NetBSD Foundation, Inc. All rights reserved.");
-__RCSID("$NetBSD: user.c,v 1.134 2021/12/10 20:06:29 nia Exp $");
+__RCSID("$NetBSD: user.c,v 1.135 2021/12/12 14:33:13 nia Exp $");
#endif
#include <sys/types.h>
@@ -936,7 +936,7 @@
static passwd_type_t passwd_types[] = {
{ "$argon2i", 8, SIZE_MAX, "\\$[^$]+\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* Argon2i */
{ "$argon2id", 9, SIZE_MAX, "\\$[^$]+\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* Argon2id */
- { "$argon2d", 8, SIZE_MAX, "\\$[^$]+\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* Argon2id */
+ { "$argon2d", 8, SIZE_MAX, "\\$[^$]+\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* Argon2d */
{ "$sha1", 5, 28, "\\$[^$]+\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* SHA1 */
{ "$2a", 3, 53, "\\$[^$]+\\$[^$]+\\$(.*)", 1 }, /* Blowfish */
{ "$1", 2, 34, NULL, 0 }, /* MD5 */
Home |
Main Index |
Thread Index |
Old Index