Skip to content

Commit

Permalink
fixup! apps/cmp: add -reqout_only option for dumping/saving just the …
Browse files Browse the repository at this point in the history
…initial CMP request message
  • Loading branch information
DDvO committed Feb 2, 2024
1 parent a3d4a5e commit 89f12fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -825,7 +825,7 @@ static OSSL_CMP_MSG *read_write_req_resp(OSSL_CMP_CTX *ctx,
opt_reqout_only);
else
reqout_only_done = 1;
return 0; /* in any case, stop at this point, not contacting server */
return NULL; /* stop at this point, not contacting any server */
}
if (opt_reqout != NULL && !write_PKIMESSAGE(req, &opt_reqout))
goto err;
Expand Down

0 comments on commit 89f12fb

Please sign in to comment.