From d2ebdf5eef7d70d332865bbbf7c7a16dc676d22a Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Tue, 21 Jan 2014 13:57:59 +0100 Subject: [PATCH] fix compilation without curl --- osslsigncode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osslsigncode.c b/osslsigncode.c index f78cc73..e5374ae 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1960,8 +1960,8 @@ int main(int argc, char **argv) char *leafhash = NULL; #ifdef ENABLE_CURL char *turl[MAX_TS_SERVERS], *proxy = NULL, *tsurl[MAX_TS_SERVERS]; - int nturl = 0, ntsurl = 0; #endif + int nturl = 0, ntsurl = 0; u_char *p = NULL; int ret = 0, i, len = 0, jp = -1, fd = -1, pe32plus = 0, comm = 0, pagehash = 0; unsigned int tmp, peheader = 0, padlen = 0;