diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-10-27 00:05:07 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:45:18 -0500 |
commit | 040add3d07135c2e5b384944e72deed1f381f901 (patch) | |
tree | 5af9e5e1835ff0c7a1f3db36ea696262e63b8232 /source4/auth | |
parent | 14a3abd5591a7c310bdd2638e5c06833dc2c8f92 (diff) | |
download | samba-040add3d07135c2e5b384944e72deed1f381f901.tar.gz samba-040add3d07135c2e5b384944e72deed1f381f901.tar.bz2 samba-040add3d07135c2e5b384944e72deed1f381f901.zip |
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)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/kerberos/clikrb5.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 <abartlet@samba.org> 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 |