]> git.pld-linux.org Git - packages/opensc.git/blame - opensc-explorer-debug.patch
- updated openldap BR/R to 2.4.6
[packages/opensc.git] / opensc-explorer-debug.patch
CommitLineData
f7a53c3c
JB
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 @@
55a24108
JB
4 return -1;
5 }
6
7-#if 0
8 static int do_debug(int argc, char **argv)
9 {
10 int i;
f7a53c3c 11@@ -1170,7 +1169,6 @@
55a24108
JB
12 }
13 return 0;
14 }
15-#endif
16
17
18 static int do_pksign(int argc, char **argv)
f7a53c3c 19@@ -1454,6 +1452,7 @@
9fab417a
JB
20 { "exit", do_quit, "quit this program" },
21 { "update_record", do_update_record, "update record" },
22 { "update_binary", do_update_binary, "update binary" },
f7a53c3c
JB
23+ { "debug", do_debug, "set the debug level" },
24 { NULL, NULL, NULL }
9fab417a
JB
25 };
26
This page took 0.026191 seconds and 4 git commands to generate.