Subject: CVS commit: src/dist/iscsi
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 04/17/2006 16:49:16
Module Name:	src
Committed By:	thorpej
Date:		Mon Apr 17 16:49:16 UTC 2006

Modified Files:
	src/dist/iscsi/include: md5.h
	src/dist/iscsi/src: md5.c

Log Message:
Let MD5Update() take a void *, rather than a uint8_t *.  Gets rid of a
GCC 4 warning.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/include/md5.h
cvs rdiff -r1.1.1.1 -r1.2 src/dist/iscsi/src/md5.c

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