diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-03-11 09:31:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:57:00 -0500 |
commit | bc4156e6e22b9e850ebee9704e9991002f7cc0b8 (patch) | |
tree | 830f45def09f13cc969d35838f4777d556a4e987 /source4 | |
parent | c20ea6123fe485fbe93ad9e8c8ebf2ef8e24d5a0 (diff) | |
download | samba-bc4156e6e22b9e850ebee9704e9991002f7cc0b8.tar.gz samba-bc4156e6e22b9e850ebee9704e9991002f7cc0b8.tar.bz2 samba-bc4156e6e22b9e850ebee9704e9991002f7cc0b8.zip |
r14203: Include less private heimdal headers.
Andrew Bartlett
(This used to be commit ce80425f6d84e434f4562aa0be7e6e4ad2772b92)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/kdc/pac-glue.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/source4/kdc/pac-glue.c b/source4/kdc/pac-glue.c index ca5f37fa79..1a7ef29ad1 100644 --- a/source4/kdc/pac-glue.c +++ b/source4/kdc/pac-glue.c @@ -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, |