We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 776e2ec commit e7405faCopy full SHA for e7405fa
osslsigncode.c
@@ -4269,7 +4269,7 @@ static int read_crypto_params(GLOBAL_OPTIONS *options)
4269
4270
/* OpenSSL store API does not support PKCS#7 format */
4271
if (sk_X509_num(options->certs) == 0 && !read_pkcs7_certfile(options)) {
4272
- goto out;
+ return 0; /* FAILED */
4273
}
4274
out:
4275
return (options->pkey && sk_X509_num(options->certs) > 0) ? 1 : 0;
0 commit comments