From 08730652fbf1c9f6d53378b1b094a2c5ddf2cf62 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 27 Aug 2005 11:49:06 +0000 Subject: r9680: Update Heimdal to current lorikeet-heimdal (which was itself updated to Heimdal CVS as of 2005-08-27). Andrew Bartlett (This used to be commit 913924a4997f5e14c503f87510cbd8e4bfd965a9) --- source4/heimdal/kdc/kdc_locl.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/heimdal/kdc') diff --git a/source4/heimdal/kdc/kdc_locl.h b/source4/heimdal/kdc/kdc_locl.h index b87895d56c..b0501abb8d 100644 --- a/source4/heimdal/kdc/kdc_locl.h +++ b/source4/heimdal/kdc/kdc_locl.h @@ -32,7 +32,7 @@ */ /* - * $Id: kdc_locl.h,v 1.72 2005/08/12 08:46:39 lha Exp $ + * $Id: kdc_locl.h,v 1.73 2005/08/15 11:07:25 lha Exp $ */ #ifndef __KDC_LOCL_H__ @@ -118,6 +118,7 @@ krb5_error_code _kdc_pk_mk_pa_reply(krb5_context, pk_client_params *, const hdb_entry *, const KDC_REQ *, + const krb5_data *, krb5_keyblock **, METHOD_DATA *); krb5_error_code _kdc_pk_check_client(krb5_context, -- cgit