Subject: Re: CVS commit: src/crypto/dist/openssl/fips/aes
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/25/2005 22:19:07
On Mar 26, 12:05pm, tsutsui@ceres.dti.ne.jp (Izumi Tsutsui) wrote:
-- Subject: Re: CVS commit: src/crypto/dist/openssl/fips/aes

| > Module Name:	src
| > Committed By:	christos
| > Date:		Sat Mar 26 02:23:06 UTC 2005
| > 
| > Modified Files:
| > 	src/crypto/dist/openssl/fips/aes: fips_aes_core.c
| > 
| > Log Message:
| > s/u32/u_int32_t/
| 
| Why not uint32_t? (BTW fips_aes_locl.h still has u32)

I think the rest of the code had u_int32_t. We can change it.
I did not change fips_aes_locl.h because nothing complained.
There are probably lots of u32's left. Should we change them all?

christos