]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/openssl.c
Since return is inconsistent, I removed unnecessary parentheses and
[thirdparty/openssl.git] / apps / openssl.c
index 3b347ba11ee282423913b035f268b0f17dea1485..402a818a832bc3b7b2fcc23751fc3feb5b0d3c76 100644 (file)
@@ -571,7 +571,7 @@ static int do_cmd(LHASH_OF(FUNCTION) *prog, int argc, char *argv[])
 
     BIO_printf(bio_err, "Invalid command '%s'; type \"help\" for a list.\n",
                argv[0]);
-    return (1);
+    return 1;
 }
 
 static void list_pkey(void)