]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Removed obsolete per-command debug level option
authorMartin Willi <martin@strongswan.org>
Wed, 16 Sep 2009 10:52:56 +0000 (12:52 +0200)
committerMartin Willi <martin@strongswan.org>
Wed, 16 Sep 2009 10:52:56 +0000 (12:52 +0200)
src/pki/commands/gen.c
src/pki/commands/req.c
src/pki/commands/self.c

index 47eb5fae9063433e665082976fbc7da44b18f755..16d8d48d46419b4cf3231e4301e7aaa15110c546 100644 (file)
@@ -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"))
                                {
index 2c7bc8157ae44da30394d4b5abdb315196e307f9..8335f2595ba5eff7828b3bb6faf5eb3930b593c7 100644 (file)
@@ -46,9 +46,6 @@ static int req()
                {
                        case 'h':
                                goto usage;
-                       case 'v':
-                               dbg_level = atoi(arg);
-                               continue;
                        case 't':
                                if (streq(arg, "rsa"))
                                {
index 5d11acc2a8509b0d0f337e73478cb53666ed5695..fb292a790861de2f925a517398eccb9d125ba266 100644 (file)
@@ -50,9 +50,6 @@ static int self()
                {
                        case 'h':
                                goto usage;
-                       case 'v':
-                               dbg_level = atoi(arg);
-                               continue;
                        case 't':
                                if (streq(arg, "rsa"))
                                {