From 78367bf366e0bbc4f6848a4d5b332b96309c5da6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 1 Sep 2008 10:54:06 +0000 Subject: [PATCH] drop krbv5 dependency git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23716 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/ntlm/test_ntlm.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/ntlm/test_ntlm.c b/lib/ntlm/test_ntlm.c index af5679646..1e31478a2 100644 --- a/lib/ntlm/test_ntlm.c +++ b/lib/ntlm/test_ntlm.c @@ -40,7 +40,7 @@ RCSID("$Id$"); -#include +#include /* or */ #include 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));