]> git.pld-linux.org Git - packages/opensc.git/blame - opensc-explorer-debug.patch
- updated to 0.11.0
[packages/opensc.git] / opensc-explorer-debug.patch
CommitLineData
9fab417a
JB
1--- opensc-0.9.2/src/tools/opensc-explorer.c.orig 2004-06-28 20:00:28.000000000 +0200
2+++ opensc-0.9.2/src/tools/opensc-explorer.c 2004-08-20 11:56:06.000000000 +0200
55a24108
JB
3@@ -1124,7 +1124,6 @@
4 return -1;
5 }
6
7-#if 0
8 static int do_debug(int argc, char **argv)
9 {
10 int i;
11@@ -1146,7 +1145,6 @@
12 }
13 return 0;
14 }
15-#endif
16
17
18 static int do_pksign(int argc, char **argv)
9fab417a
JB
19@@ -1429,6 +1429,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 { 0, 0, 0 }
25 };
26
This page took 0.077551 seconds and 4 git commands to generate.