Subject: CVS commit: src/crypto/dist/ssh
To: None <source-changes@NetBSD.org>
From: Tom Spindler <dogcow@netbsd.org>
List: source-changes
Date: 12/18/2007 08:32:21
Module Name: src
Committed By: dogcow
Date: Tue Dec 18 08:32:21 UTC 2007
Modified Files:
src/crypto/dist/ssh: umac.c
Log Message:
Eliminate "endian_convert defined but not used" on big-endian platforms;
instead of using the "generic" functions for byteswapping in this file,
use le32toh() and friends.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/crypto/dist/ssh/umac.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.