projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3d8185
)
apps/opt.c: next was only used when NDEBUG undefined, move it inside guard
author
Richard Levitte
<levitte@openssl.org>
Sat, 2 Apr 2016 17:59:19 +0000
(19:59 +0200)
committer
Richard Levitte
<levitte@openssl.org>
Sat, 2 Apr 2016 20:34:05 +0000
(22:34 +0200)
Reviewed-by: Rich Salz <rsalz@openssl.org>
apps/opt.c
patch
|
blob
|
history
diff --git
a/apps/opt.c
b/apps/opt.c
index f4eba2dca0ddf4de91ee0005d84db230b16a1497..af994bb74318ee98f95bd3bc638f70226842b6b2 100644
(file)
--- a/
apps/opt.c
+++ b/
apps/opt.c
@@
-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