Fixed APPX file specific: attach-signature command

This commit is contained in:
olszomal
2023-12-18 09:35:04 +01:00
committed by Michał Trojnara
parent 7285778cb0
commit 867e0d446d
3 changed files with 45 additions and 19 deletions

View File

@ -491,6 +491,7 @@ extern FILE_FORMAT file_format_appx;
struct file_format_st {
FILE_FORMAT_CTX *(*ctx_new) (GLOBAL_OPTIONS *option, BIO *hash, BIO *outdata);
const EVP_MD *(*md_get) (FILE_FORMAT_CTX *ctx);
ASN1_OBJECT *(*data_blob_get) (u_char **p, int *plen, FILE_FORMAT_CTX *ctx);
int (*hash_length_get) (FILE_FORMAT_CTX *ctx);
int (*check_file) (FILE_FORMAT_CTX *ctx, int detached);