Avoid buffer overruns in the req command line utility.
authorPauli <paul.dale@oracle.com>
Wed, 5 Jul 2017 04:40:39 +0000 (14:40 +1000)
committerPauli <paul.dale@oracle.com>
Wed, 5 Jul 2017 21:52:56 +0000 (07:52 +1000)
commit9a0953ed768571d2c6077b9698be718cc9a8a367
treeb2ce1a4043aa114c767831cf03d19589063a8ded
parente2dba64c8460a3c08cd6021184b5a8163df28306
Avoid buffer overruns in the req command line utility.

Clean up some of the formatting "return x" instead of "return (x)" mostly.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3848)
apps/req.c