last merge error - X509_PURPOSE_ANY

This commit is contained in:
olszomal 2020-04-09 10:45:25 +02:00
parent e2f984f5c9
commit e59e922d32

View File

@ -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); p7->d.sign->contents->d.other->value.sequence->length - seqhdrlen);
store = X509_STORE_new(); 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"); fprintf(stderr, "Failed to add store lookup file\n");
ret = 1; /* FAILED */ ret = 1; /* FAILED */
} }