Subject: CVS commit: src/sys/opencrypto
To: None <source-changes@NetBSD.org>
From: DEGROOTE Arnaud <degroote@netbsd.org>
List: source-changes
Date: 05/21/2007 11:35:16
Module Name:	src
Committed By:	degroote
Date:		Mon May 21 11:35:16 UTC 2007

Modified Files:
	src/sys/opencrypto: deflate.c

Log Message:
Use dynamic array instead of an static array to decompress. It lets us to
decompress any data, whatever is the radio decompressed data / compressed
data.

It fixes the last issues with fast_ipsec and ipcomp.

While here, bzero -> memset, bcopy -> memcpy, FREE -> free

Reviewed a long time ago by sam@


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/opencrypto/deflate.c

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