]> git.ipfire.org Git - thirdparty/openssl.git/commit
Simplify and fix usage of three string array variable...
authorFdaSilvaYY <fdasilvayy@gmail.com>
Mon, 8 Aug 2016 22:34:23 +0000 (00:34 +0200)
committerFdaSilvaYY <fdasilvayy@gmail.com>
Tue, 15 Nov 2016 22:37:22 +0000 (23:37 +0100)
commit3a19b22ae11c1e18101197b9848745ab736d400f
treeb918f5c829830124be2a6297381c6a3cd79295b1
parentebcb536858a271e8812fb9bbafbc0b825e5ece24
Simplify and fix usage of three string array variable...

 using two separated local variables.

buf[1] was unused.

Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1569)
apps/ca.c