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;
|
unknown = NULL;
|
||||||
|
|
||||||
for (; o->name; ++o) {
|
for (; o->name; ++o) {
|
||||||
const OPTIONS *next;
|
|
||||||
#ifndef NDEBUG
|
#ifndef NDEBUG
|
||||||
|
const OPTIONS *next;
|
||||||
int duplicated, i;
|
int duplicated, i;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user