X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fcms.c;h=15edd67dbefd5ac39608fa6fc35b409484604cc1;hb=cd5e2b0a689a7b22bd470e70ed0b8c84305d6d03;hp=e9d760c999b78f51f873aad243cf662469bf2710;hpb=dab2cd68e7cc304c9b1a4e7cee18a98711771a53;p=oweals%2Fopenssl.git diff --git a/apps/cms.c b/apps/cms.c index e9d760c999..15edd67dbe 100644 --- a/apps/cms.c +++ b/apps/cms.c @@ -1,5 +1,5 @@ /* - * Copyright 2008-2018 The OpenSSL Project Authors. All Rights Reserved. + * Copyright 2008-2019 The OpenSSL Project Authors. All Rights Reserved. * * Licensed under the OpenSSL license (the "License"). You may not use * this file except in compliance with the License. You can obtain a copy @@ -636,6 +636,7 @@ int cms_main(int argc, char **argv) goto opthelp; } } else if (!operation) { + BIO_printf(bio_err, "No operation option (-encrypt|-decrypt|-sign|-verify|...) specified.\n"); goto opthelp; }