Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 10/25/2000 19:34:14
Module Name: basesrc
Committed By: tv
Date: Wed Oct 25 16:34:14 UTC 2000
Modified Files:
basesrc/crypto/dist/ssh [netbsd-1-5]: cipher.c
Log Message:
Pullup 1.2 [simonb]:
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.1.1.1.2.1 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.