diff options
author | Martin Willi <martin@strongswan.org> | 2009-09-16 12:52:56 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-09-16 12:52:56 +0200 |
commit | a474081f1fa9537175f22557ca8b1cdeaff07c36 (patch) | |
tree | 508f526848708d28e1702515f44b25626c8cdd50 /src/pki/commands/req.c | |
parent | 4e1cade52fa34dd8207a566550252053dfd0f368 (diff) | |
download | strongswan-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.c | 3 |
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")) { |