mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-05-20 18:34:29 -05:00
fix compilation without curl
This commit is contained in:
parent
010899a102
commit
d2ebdf5eef
@ -1960,8 +1960,8 @@ int main(int argc, char **argv)
|
|||||||
char *leafhash = NULL;
|
char *leafhash = NULL;
|
||||||
#ifdef ENABLE_CURL
|
#ifdef ENABLE_CURL
|
||||||
char *turl[MAX_TS_SERVERS], *proxy = NULL, *tsurl[MAX_TS_SERVERS];
|
char *turl[MAX_TS_SERVERS], *proxy = NULL, *tsurl[MAX_TS_SERVERS];
|
||||||
int nturl = 0, ntsurl = 0;
|
|
||||||
#endif
|
#endif
|
||||||
|
int nturl = 0, ntsurl = 0;
|
||||||
u_char *p = NULL;
|
u_char *p = NULL;
|
||||||
int ret = 0, i, len = 0, jp = -1, fd = -1, pe32plus = 0, comm = 0, pagehash = 0;
|
int ret = 0, i, len = 0, jp = -1, fd = -1, pe32plus = 0, comm = 0, pagehash = 0;
|
||||||
unsigned int tmp, peheader = 0, padlen = 0;
|
unsigned int tmp, peheader = 0, padlen = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user