openssl verify: only display the command usage on usage errors
authorRichard Levitte <levitte@openssl.org>
Fri, 20 May 2016 14:57:35 +0000 (16:57 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 20 May 2016 14:57:35 +0000 (16:57 +0200)
commitd384bf39b17fa879dd91138d08105114b5a25370
treefe54f9280732cebc87b097f2953ae7c0e6f4ecad
parenta5319447964570ce1e9d2ad34c75d5ded429d857
openssl verify: only display the command usage on usage errors

All other errors should only display the error message.

RT#1866

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
apps/verify.c