From 70c303a7f357b2c73955b24128ac8a72b656d4e6 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sat, 31 Mar 2012 22:09:22 -0400 Subject: auth-krb: Move pac related util functions in a single place. Signed-off-by: Andreas Schneider --- source4/torture/auth/pac.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/auth/pac.c b/source4/torture/auth/pac.c index 4840a79b7f..827864242c 100644 --- a/source4/torture/auth/pac.c +++ b/source4/torture/auth/pac.c @@ -31,6 +31,7 @@ #include "param/param.h" #include "librpc/gen_ndr/ndr_krb5pac.h" #include "torture/auth/proto.h" +#include "auth/kerberos/pac_utils.h" static bool torture_pac_self_check(struct torture_context *tctx) { -- cgit