aboutsummaryrefslogtreecommitdiffstats
path: root/src/pki/commands
diff options
context:
space:
mode:
Diffstat (limited to 'src/pki/commands')
-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"))
{