From a474081f1fa9537175f22557ca8b1cdeaff07c36 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Wed, 16 Sep 2009 12:52:56 +0200 Subject: [PATCH] Removed obsolete per-command debug level option --- src/pki/commands/gen.c | 3 --- src/pki/commands/req.c | 3 --- src/pki/commands/self.c | 3 --- 3 files changed, 9 deletions(-) diff --git a/src/pki/commands/gen.c b/src/pki/commands/gen.c index 47eb5fae90..16d8d48d46 100644 --- a/src/pki/commands/gen.c +++ b/src/pki/commands/gen.c @@ -33,9 +33,6 @@ static int gen() { case 'h': return command_usage(NULL); - case 'v': - dbg_level = atoi(arg); - continue; case 't': if (streq(arg, "rsa")) { diff --git a/src/pki/commands/req.c b/src/pki/commands/req.c index 2c7bc8157a..8335f2595b 100644 --- a/src/pki/commands/req.c +++ b/src/pki/commands/req.c @@ -46,9 +46,6 @@ static int req() { case 'h': goto usage; - case 'v': - dbg_level = atoi(arg); - continue; case 't': if (streq(arg, "rsa")) { diff --git a/src/pki/commands/self.c b/src/pki/commands/self.c index 5d11acc2a8..fb292a7908 100644 --- a/src/pki/commands/self.c +++ b/src/pki/commands/self.c @@ -50,9 +50,6 @@ static int self() { case 'h': goto usage; - case 'v': - dbg_level = atoi(arg); - continue; case 't': if (streq(arg, "rsa")) { -- 2.47.2