(krb5_mk_req_extended): more type-correctness
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5306 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 1997, 1998 Kungliga Tekniska H<>gskolan
|
* Copyright (c) 1997, 1998, 1999 Kungliga Tekniska H<>gskolan
|
||||||
* (Royal Institute of Technology, Stockholm, Sweden).
|
* (Royal Institute of Technology, Stockholm, Sweden).
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
@@ -72,7 +72,7 @@ krb5_mk_req_extended(krb5_context context,
|
|||||||
value specified by the user, but it's the easiest way to make
|
value specified by the user, but it's the easiest way to make
|
||||||
the code use a compatible enctype */
|
the code use a compatible enctype */
|
||||||
Ticket ticket;
|
Ticket ticket;
|
||||||
int ticket_keytype;
|
krb5_keytype ticket_keytype;
|
||||||
|
|
||||||
ret = decode_Ticket(in_creds->ticket.data,
|
ret = decode_Ticket(in_creds->ticket.data,
|
||||||
in_creds->ticket.length,
|
in_creds->ticket.length,
|
||||||
|
Reference in New Issue
Block a user