From e59e922d322c378bac2384b2efaa87e228b2d621 Mon Sep 17 00:00:00 2001 From: olszomal Date: Thu, 9 Apr 2020 10:45:25 +0200 Subject: [PATCH] last merge error - X509_PURPOSE_ANY --- osslsigncode.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osslsigncode.c b/osslsigncode.c index dad1615..4cf59e2 100644 --- a/osslsigncode.c +++ b/osslsigncode.c @@ -2121,7 +2121,7 @@ static int verify_authenticode(PKCS7 *p7, ASN1_UTCTIME *timestamp_time, GLOBAL_O p7->d.sign->contents->d.other->value.sequence->length - seqhdrlen); store = X509_STORE_new(); - if (!load_file_lookup(store, options->cafile, X509_PURPOSE_CRL_SIGN)) { + if (!load_file_lookup(store, options->cafile, X509_PURPOSE_ANY)) { fprintf(stderr, "Failed to add store lookup file\n"); ret = 1; /* FAILED */ }