Subject: CVS commit: src/dist/iscsi/src
To: None <source-changes@NetBSD.org>
From: Alistair G. Crooks <agc@netbsd.org>
List: source-changes
Date: 11/28/2007 16:46:38
Module Name:	src
Committed By:	agc
Date:		Wed Nov 28 16:46:38 UTC 2007

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

Log Message:
Do runtime detection of machine's endianness, rather than relying on a cpp
macro which was never changed. This is the QAD fix, longer term we will
move to use native md5 routines if available.

Should go some way to fixing authentication problems when using an
initiator and target of different endianness.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 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.