mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-10 19:18:05 -05:00
Unsupported input file type to use with -catalog option
This commit is contained in:
parent
c29e14e697
commit
f3af509973
@ -4453,7 +4453,8 @@ static int cat_verify_member(CatalogAuthAttr *attribute, char *indata, FILE_HEAD
|
||||
goto out;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
printf("Unsupported input file type.\n");
|
||||
goto out;
|
||||
}
|
||||
mdlen = EVP_MD_size(EVP_get_digestbynid(mdtype));
|
||||
if (!memcmp(mdbuf, cmdbuf, (size_t)mdlen)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user