Subject: CVS commit: src/lib/libdes
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 03/19/2006 19:35:00
Module Name: src
Committed By: christos
Date: Sun Mar 19 19:35:00 UTC 2006
Modified Files:
src/lib/libdes: des.h odes_enc.c oset_key.c
Log Message:
Change des_key_schedule to be an array of DES_LONG instead of abusing
struct and union semantics.
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/lib/libdes/des.h
cvs rdiff -r1.1 -r1.2 src/lib/libdes/odes_enc.c src/lib/libdes/oset_key.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.