apps/opt.c: next was only used when NDEBUG undefined, move it inside guard
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user