From 03848a9c60f957bf13bab39512d8fcfb4cb1fc98 Mon Sep 17 00:00:00 2001 From: Per Allansson Date: Tue, 3 Jun 2014 09:13:06 +0200 Subject: [PATCH] removed unused variable --- osslsigncode.c | 1 - 1 file changed, 1 deletion(-) diff --git a/osslsigncode.c b/osslsigncode.c index b5fcf50..fb40e74 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -1807,7 +1807,6 @@ static int verify_pe_pkcs7(PKCS7 *p7, char *indata, unsigned int peheader, int p int mdtype = -1, phtype = -1; unsigned char mdbuf[EVP_MAX_MD_SIZE]; unsigned char cmdbuf[EVP_MAX_MD_SIZE]; - unsigned int pos = 0; unsigned char hexbuf[EVP_MAX_MD_SIZE*2+1]; unsigned char *ph = NULL; unsigned int phlen = 0;