mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-18 21:58: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;
|
goto out;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
printf("Unsupported input file type.\n");
|
||||||
|
goto out;
|
||||||
}
|
}
|
||||||
mdlen = EVP_MD_size(EVP_get_digestbynid(mdtype));
|
mdlen = EVP_MD_size(EVP_get_digestbynid(mdtype));
|
||||||
if (!memcmp(mdbuf, cmdbuf, (size_t)mdlen)) {
|
if (!memcmp(mdbuf, cmdbuf, (size_t)mdlen)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user