From 3553113e62314f17c311fc3702cf119666be74d8 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Mon, 22 Apr 1991 13:28:14 +0000 Subject: changes to make authenticator visible to caller git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2023 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kdc/kdc_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kdc/kdc_util.h') diff --git a/src/kdc/kdc_util.h b/src/kdc/kdc_util.h index e710b1017f..9c2cc6bbb2 100644 --- a/src/kdc/kdc_util.h +++ b/src/kdc/kdc_util.h @@ -37,7 +37,7 @@ krb5_error_code kdc_convert_key PROTOTYPE((krb5_keyblock *, int)); krb5_error_code kdc_process_tgs_req PROTOTYPE((krb5_kdc_req *, const krb5_fulladdr *, - krb5_ticket **)); + krb5_tkt_authent **)); /* do_as_req.c */ krb5_error_code process_as_req PROTOTYPE((krb5_kdc_req *, -- cgit