Skip to content

Commit

Permalink
apps/opt.c: next was only used when NDEBUG undefined, move it inside …
Browse files Browse the repository at this point in the history
…guard

Reviewed-by: Rich Salz <rsalz@openssl.org>
  • Loading branch information
levitte committed Apr 2, 2016
1 parent e3d8185 commit b286cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opt.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ char *opt_init(int ac, char **av, const OPTIONS *o)
unknown = NULL;

for (; o->name; ++o) {
const OPTIONS *next;
#ifndef NDEBUG
const OPTIONS *next;
int duplicated, i;
#endif

Expand Down

0 comments on commit b286cb8

Please sign in to comment.