]> git.pld-linux.org Git - packages/opensc.git/blob - opensc-explorer-debug.patch
173d6bafb6259d8a09a83252cd22cf2693652314
[packages/opensc.git] / opensc-explorer-debug.patch
1 --- opensc-0.11.3/src/tools/opensc-explorer.c.orig      2007-06-30 10:55:58.000000000 +0200
2 +++ opensc-0.11.3/src/tools/opensc-explorer.c   2007-08-12 00:43:16.653483641 +0200
3 @@ -1148,7 +1148,6 @@
4         return -1;
5  }
6  
7 -#if 0
8  static int do_debug(int argc, char **argv)
9  {
10         int i;
11 @@ -1170,7 +1169,6 @@
12         }
13         return 0;
14  }
15 -#endif
16  
17  
18  static int do_pksign(int argc, char **argv)
19 @@ -1454,6 +1452,7 @@
20   { "exit",     do_quit,        "quit this program"                     },
21   { "update_record", do_update_record, "update record"                  },
22   { "update_binary", do_update_binary, "update binary"                  },
23 + { "debug",    do_debug,       "set the debug level"                   },
24   { NULL, NULL, NULL }
25  };
26  
This page took 0.018576 seconds and 2 git commands to generate.