Rename u_intXX_t to uintXX_t

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17447 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-05-05 10:52:01 +00:00
parent aa476ab965
commit 652da91adb
13 changed files with 49 additions and 48 deletions

View File

@@ -126,7 +126,7 @@ dump_krb4(krb5_context context, hdb_entry *ent, int fd)
free(p);
{
u_int32_t *key = ent->keys.val[i].key.keyvalue.data;
uint32_t *key = ent->keys.val[i].key.keyvalue.data;
kdb_encrypt_key((des_cblock*)key, (des_cblock*)key,
&mkey4, msched4, DES_ENCRYPT);
asprintf(&p, "%x %x ", (int)htonl(*key), (int)htonl(*(key+1)));