Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: source-changes
Date: 10/23/2000 14:40:57
Module Name:	basesrc
Committed By:	simonb
Date:		Mon Oct 23 11:40:57 UTC 2000

Modified Files:
	basesrc/crypto/dist/ssh: cipher.c

Log Message:
Reduce swap_bytes() to a non-alignment dependent implementation - some
calls to swap_bytes() do indeed have non-aligned sources and destinations.
Fixes unaligned access problems on alpha and probably some of our other
architectures.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 basesrc/crypto/dist/ssh/cipher.c

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