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;