Author: abartlet Date: 2005-10-27 00:05:07 +0000 (Thu, 27 Oct 2005) New Revision: 11315
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11315 Log: 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 Modified: branches/SAMBA_4_0/source/auth/kerberos/clikrb5.c Changeset: Modified: branches/SAMBA_4_0/source/auth/kerberos/clikrb5.c =================================================================== --- branches/SAMBA_4_0/source/auth/kerberos/clikrb5.c 2005-10-26 23:41:01 UTC (rev 11314) +++ branches/SAMBA_4_0/source/auth/kerberos/clikrb5.c 2005-10-27 00:05:07 UTC (rev 11315) @@ -4,7 +4,6 @@ Copyright (C) Andrew Tridgell 2001 Copyright (C) Luke Howard 2002-2003 Copyright (C) Andrew Bartlett <[EMAIL PROTECTED]> 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
