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:
@@ -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)));
|
||||
|
Reference in New Issue
Block a user