Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
openssl cms: add error message if operation option is missing
If the `openssl cms` command is called without specifying an operation option, it replies with the following laconic error message: cms: Use -help for summary. This commit adds a helpful error message: No operation option (-encrypt|-decrypt|-sign|-verify|...) specified. Reviewed-by: Matt Caswell <[email protected]> (Merged from openssl#8861)
- Loading branch information