From: Martin Willi Date: Wed, 16 Sep 2009 10:52:56 +0000 (+0200) Subject: Removed obsolete per-command debug level option X-Git-Tag: 4.3.5rc1~152 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a474081f1fa9537175f22557ca8b1cdeaff07c36;p=thirdparty%2Fstrongswan.git Removed obsolete per-command debug level option --- 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")) {