heimdal is smaller w/o the v4 compat functions

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23963 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-26 18:22:02 +00:00
parent 28b7a2063e
commit b2db6cefa0

View File

@@ -36,6 +36,8 @@ RCSID("$Id$");
#include "krb5-v4compat.h"
#ifndef HEIMDAL_SMALLER
/*
*
*/
@@ -947,3 +949,5 @@ _krb5_krb_free_auth_data(krb5_context context, struct _krb5_krb_auth_data *ad)
krb5_free_keyblock_contents(context, &ad->session);
memset(ad, 0, sizeof(*ad));
}
#endif /* HEIMDAL_SMALLER */