drop krbv5 dependency

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23716 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-01 10:54:06 +00:00
parent 6654a8be6f
commit 78367bf366

View File

@@ -40,7 +40,7 @@
RCSID("$Id$");
#include <krb5.h>
#include <krb5-types.h> /* or <inttypes.h> */
#include <heimntlm.h>
static int
@@ -54,8 +54,7 @@ test_parse(void)
struct ntlm_type2 type2;
struct ntlm_type3 type3;
struct ntlm_buf data;
krb5_error_code ret;
int flags;
int ret, flags;
memset(&type1, 0, sizeof(type1));