Remove some unneccessary assignments to argc
authorMatt Caswell <matt@openssl.org>
Thu, 21 Apr 2016 09:01:19 +0000 (10:01 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 21 Apr 2016 09:51:57 +0000 (10:51 +0100)
commit5d94e5b65adc7d773068b8eb4b5525d35930f1ae
tree5766a38dd1d122ae565120490723cc5b040eb682
parent3ad4af89cf7380aa94d1995e05e713d59e1c469a
Remove some unneccessary assignments to argc

openssl.c and ts.c assign the value of opt_num_rest() to argc, but then
only use the value once.

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/openssl.c
apps/ts.c