summaryrefslogtreecommitdiffstats
path: root/src/tests/crypto-tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/crypto-tests.c')
-rw-r--r--src/tests/crypto-tests.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/crypto-tests.c b/src/tests/crypto-tests.c
index 2e792bbd6..045f42627 100644
--- a/src/tests/crypto-tests.c
+++ b/src/tests/crypto-tests.c
@@ -150,11 +150,10 @@ int main(int argc, const char *argv[])
int opt;
poptContext pc;
int number_failed;
- int debug = 0;
struct poptOption long_options[] = {
POPT_AUTOHELP
- { "debug-level", 'd', POPT_ARG_INT, &debug, 0, "Set debug level", NULL },
+ { "debug-level", 'd', POPT_ARG_INT, &debug_level, 0, "Set debug level", NULL },
POPT_TABLEEND
};