]> git.ipfire.org Git - thirdparty/openssl.git/commit
Make clear error message if opt_<number> fails
authorPaul Yang <paulyang.inf@gmail.com>
Mon, 19 Jun 2017 17:28:37 +0000 (01:28 +0800)
committerRichard Levitte <levitte@openssl.org>
Tue, 20 Jun 2017 09:33:01 +0000 (11:33 +0200)
commit7447c49f0db741f886a9a187e29deef2e2e394db
treee4293860796c08843481d85a618dc65534469a9d
parent4f58c6b9febddb5bb074dff44bdc4c013cdb9544
Make clear error message if opt_<number> fails

for opt_long(opt_int)/opt_ulong/opt_imax/opt_umax

Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3653)
apps/opt.c