Module Name:    src
Committed By:   christos
Date:           Wed Dec 12 15:51:04 UTC 2012

Modified Files:
        src/usr.sbin/mtree: misc.c

Log Message:
- two entries for rmd160digest in misc.c (Brooks Davis)


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/usr.sbin/mtree/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mtree/misc.c
diff -u src/usr.sbin/mtree/misc.c:1.32 src/usr.sbin/mtree/misc.c:1.33
--- src/usr.sbin/mtree/misc.c:1.32	Thu Oct  4 21:31:05 2012
+++ src/usr.sbin/mtree/misc.c	Wed Dec 12 10:51:04 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: misc.c,v 1.32 2012/10/05 01:31:05 christos Exp $	*/
+/*	$NetBSD: misc.c,v 1.33 2012/12/12 15:51:04 christos Exp $	*/
 
 /*-
  * Copyright (c) 1991, 1993
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: misc.c,v 1.32 2012/10/05 01:31:05 christos Exp $");
+__RCSID("$NetBSD: misc.c,v 1.33 2012/12/12 15:51:04 christos Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -74,7 +74,6 @@ static KEY keylist[] = {
 	{"nochange",	F_NOCHANGE,	0},
 	{"optional",	F_OPT,		0},
 	{"ripemd160digest", F_RMD160,	NEEDVALUE},
-	{"rmd160digest",F_RMD160,	NEEDVALUE},
 	{"rmd160",	F_RMD160,	NEEDVALUE},
 	{"rmd160digest",F_RMD160,	NEEDVALUE},
 	{"sha1",	F_SHA1,		NEEDVALUE},

Reply via email to