mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 09:08:04 -05:00
removed unused variable
This commit is contained in:
parent
f4e78ea7f7
commit
03848a9c60
@ -1807,7 +1807,6 @@ static int verify_pe_pkcs7(PKCS7 *p7, char *indata, unsigned int peheader, int p
|
|||||||
int mdtype = -1, phtype = -1;
|
int mdtype = -1, phtype = -1;
|
||||||
unsigned char mdbuf[EVP_MAX_MD_SIZE];
|
unsigned char mdbuf[EVP_MAX_MD_SIZE];
|
||||||
unsigned char cmdbuf[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 hexbuf[EVP_MAX_MD_SIZE*2+1];
|
||||||
unsigned char *ph = NULL;
|
unsigned char *ph = NULL;
|
||||||
unsigned int phlen = 0;
|
unsigned int phlen = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user