head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.01.14.18.02.56;	author leeym;	state dead;
branches;
next	1.1;

1.1
date	2006.04.23.08.49.43;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- update to 1.01
@
text
@--- #rijndael.h~	Thu Apr 20 13:56:04 2006
+++ rijndael.h	Thu Apr 20 13:56:04 2006
@@@@ -27,7 +27,7 @@@@
 
 #include <stdlib.h>
 
-typedef unsigned long UINT32;
+typedef unsigned int UINT32;
 typedef unsigned char UINT8;
 
 /* Other block sizes and key lengths are possible, but in the context of
@


1.1
log
@The perl module Crypt::Rijndael has a bug in it causing it to fail on all
64-bit architectures.  It assumes that C type long is 32 bits.  The patch
below works with both i386 and amd64 and should with others.

PR:             96114
Submitted by:   Vivek Khera <vivek@@khera.org>
@
text
@@

