From 7ad34e19fc702b42ca0dab6444611557a23906f5 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 30 Jan 1999 18:29:36 +0000 Subject: [PATCH] (krb5_mk_req_extended): more type-correctness git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5306 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/mk_req_ext.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/krb5/mk_req_ext.c b/lib/krb5/mk_req_ext.c index 00d2955f5..6328afe60 100644 --- a/lib/krb5/mk_req_ext.c +++ b/lib/krb5/mk_req_ext.c @@ -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). * 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 the code use a compatible enctype */ Ticket ticket; - int ticket_keytype; + krb5_keytype ticket_keytype; ret = decode_Ticket(in_creds->ticket.data, in_creds->ticket.length,