From 547c672a5672e23484a02ee69fb0cf01a4b23759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Jan 2006 18:31:33 +0000 Subject: [PATCH] Make compile again. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16621 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/revoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/revoke.c b/lib/hx509/revoke.c index 8786e3f78..d655e927b 100644 --- a/lib/hx509/revoke.c +++ b/lib/hx509/revoke.c @@ -128,7 +128,7 @@ hx509_revoke_add_crl(hx509_context context, { size_t length, size; void *data; - int ret; + int ret, i; if (strncmp(path, "FILE:", 5) != 0) return EINVAL;