From 040add3d07135c2e5b384944e72deed1f381f901 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 27 Oct 2005 00:05:07 +0000 Subject: r11315: Sorry gd, I just removed all of your code that I just merged... (We now ask the kerberos libraries to handle getting and unwapping the PAC). Andrew Bartlett (This used to be commit 6a0beb29da2aaa4d432cf9643924db3c2e77a858) --- source4/auth/kerberos/clikrb5.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/auth/kerberos/clikrb5.c') diff --git a/source4/auth/kerberos/clikrb5.c b/source4/auth/kerberos/clikrb5.c index 3cac97cdc6..e48e1940ab 100644 --- a/source4/auth/kerberos/clikrb5.c +++ b/source4/auth/kerberos/clikrb5.c @@ -4,7 +4,6 @@ Copyright (C) Andrew Tridgell 2001 Copyright (C) Luke Howard 2002-2003 Copyright (C) Andrew Bartlett 2005 - Copyright (C) Guenther Deschner 2005 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,7 +25,6 @@ #include "system/kerberos.h" #include "system/time.h" #include "auth/kerberos/kerberos.h" -#include "asn_1.h" #ifdef HAVE_KRB5 -- cgit