Author: abartlet Date: 2006-03-11 09:31:59 +0000 (Sat, 11 Mar 2006) New Revision: 14203
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=14203 Log: Include less private heimdal headers. Andrew Bartlett Modified: branches/SAMBA_4_0/source/kdc/pac-glue.c Changeset: Modified: branches/SAMBA_4_0/source/kdc/pac-glue.c =================================================================== --- branches/SAMBA_4_0/source/kdc/pac-glue.c 2006-03-11 08:11:33 UTC (rev 14202) +++ branches/SAMBA_4_0/source/kdc/pac-glue.c 2006-03-11 09:31:59 UTC (rev 14203) @@ -25,11 +25,15 @@ #include "kdc/kdc.h" #include "include/ads.h" #include "lib/ldb/include/ldb.h" -#include "heimdal/lib/krb5/krb5_locl.h" #include "librpc/gen_ndr/krb5pac.h" #include "auth/auth.h" #include "auth/auth_sam.h" +struct krb5_dh_moduli; +struct _krb5_krb_auth_data; + +#include "heimdal/lib/krb5/krb5-private.h" + /* Given the right private pointer from hdb_ldb, get a PAC from the attached ldb messages */ static krb5_error_code samba_get_pac(krb5_context context, struct hdb_ldb_private *private,
