aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands/req.c
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 /src/pki/commands/req.c
parent4e1cade52fa34dd8207a566550252053dfd0f368 (diff)
downloadstrongswan-a474081f1fa9537175f22557ca8b1cdeaff07c36.tar.bz2
strongswan-a474081f1fa9537175f22557ca8b1cdeaff07c36.tar.xz
Removed obsolete per-command debug level option
Diffstat (limited to 'src/pki/commands/req.c')
-rw-r--r--src/pki/commands/req.c3
1 files changed, 0 insertions, 3 deletions
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"))
{