aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2009-09-16 12:52:56 +0200
committerMartin Willi <martin@strongswan.org>2009-09-16 12:52:56 +0200
commita474081f1fa9537175f22557ca8b1cdeaff07c36 (patch)
tree508f526848708d28e1702515f44b25626c8cdd50
parent4e1cade52fa34dd8207a566550252053dfd0f368 (diff)
downloadstrongswan-a474081f1fa9537175f22557ca8b1cdeaff07c36.tar.bz2
strongswan-a474081f1fa9537175f22557ca8b1cdeaff07c36.tar.xz
Removed obsolete per-command debug level option
-rw-r--r--src/pki/commands/gen.c3
-rw-r--r--src/pki/commands/req.c3
-rw-r--r--src/pki/commands/self.c3
3 files changed, 0 insertions, 9 deletions
diff --git a/src/pki/commands/gen.c b/src/pki/commands/gen.c
index 47eb5fae9..16d8d48d4 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 2c7bc8157..8335f2595 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 5d11acc2a..fb292a790 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"))
{