Loading apps/cms.c +6 −2 Original line number Diff line number Diff line Loading @@ -977,12 +977,16 @@ int MAIN(int argc, char **argv) signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, e, "signer certificate"); if (!signer) if (!signer) { ret = 2; goto end; } key = load_key(bio_err, keyfile, keyform, 0, passin, e, "signing key file"); if (!key) if (!key) { ret = 2; goto end; } for (kparam = key_first; kparam; kparam = kparam->next) { if (kparam->idx == i) { tflags |= CMS_KEY_PARAM; Loading Loading
apps/cms.c +6 −2 Original line number Diff line number Diff line Loading @@ -977,12 +977,16 @@ int MAIN(int argc, char **argv) signer = load_cert(bio_err, signerfile, FORMAT_PEM, NULL, e, "signer certificate"); if (!signer) if (!signer) { ret = 2; goto end; } key = load_key(bio_err, keyfile, keyform, 0, passin, e, "signing key file"); if (!key) if (!key) { ret = 2; goto end; } for (kparam = key_first; kparam; kparam = kparam->next) { if (kparam->idx == i) { tflags |= CMS_KEY_PARAM; Loading