VCR+ encode/decode source file error.

Tom Rollins kelso at netcom.com
Tue Sep 12 06:48:09 PDT 1995


Hello,

If anyone is interested, the "vcr+.shar.gz" file
from "sable.ox.ac.uk" contains
two (2) source files (encode.c and decode.c).
These source files both have the same small errors.

Change the source line ...
	int	a[12], b[12], out[12] ;
To ...
	int	a[18], b[18], out[18] ;

And change the source line ...
	static	int	start[480], leng[480] ;
To ...
	static	int	start[512], leng[512] ;

-tom <kelso at netcom.com>






More information about the cypherpunks-legacy mailing list