test/x509aux.c: Fix argv loop
authorRichard Levitte <levitte@openssl.org>
Wed, 21 Sep 2016 12:44:42 +0000 (14:44 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 21 Sep 2016 14:19:22 +0000 (16:19 +0200)
commit780bbb96bf514f0b4013e9c5725614ba5153c497
treec501305ec8f0925c884e57c8477c4c3e4c7a84cb
parent3c106325292d30fad32b0dd4cdf2f2ec613461b1
test/x509aux.c: Fix argv loop

There are cases when argc is more trustable than proper argv termination.
Since we trust argc in all other test programs, we might as well treat it
the same way in this program.

Reviewed-by: Matt Caswell <matt@openssl.org>
test/x509aux.c