Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Brett Lymn <blymn@netbsd.org>
List: source-changes
Date: 04/19/2005 14:04:38
Module Name:	src
Committed By:	blymn
Date:		Tue Apr 19 14:04:38 UTC 2005

Modified Files:
	src/sys/sys: md4.h md5.h sha1.h

Log Message:
Make length of resultant hash a symbolic define instead of a magic number.
This allows other code to reuse the definition.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/sys/md4.h
cvs rdiff -r1.5 -r1.6 src/sys/sys/md5.h src/sys/sys/sha1.h

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