Rename u_intXX_t to uintXX_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17450 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-05 11:11:43 +00:00
parent f7a60ed8e3
commit 5118c90498
25 changed files with 60 additions and 60 deletions

View File

@@ -54,7 +54,7 @@
#define AES_DECRYPT 0
typedef struct aes_key {
u_int32_t key[(AES_MAXNR+1)*4];
uint32_t key[(AES_MAXNR+1)*4];
int rounds;
} AES_KEY;