Skip to content

Commit

Permalink
Update apps/cmp.c
Browse files Browse the repository at this point in the history
Co-authored-by: David von Oheimb <[email protected]>
  • Loading branch information
rajeev-0 and DDvO authored Mar 7, 2024
1 parent 9517a1d commit 66c2978
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -3253,9 +3253,7 @@ static int do_genm(OSSL_CMP_CTX *ctx)
return 0;
}

if (opt_crlcert == NULL) {
CMP_warn("No -crlcert given, will use data from -oldcrl");
} else {
if (opt_crlcert != NULL) {
crlcert = load_cert_pwd(opt_crlcert, opt_otherpass,
"Cert for genm with -infotype crlStatusList");
if (crlcert == NULL)
Expand Down

0 comments on commit 66c2978

Please sign in to comment.