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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user