]> git.pld-linux.org Git - packages/opensc.git/blame_incremental - opensc-explorer-debug.patch
- updated openldap BR/R to 2.4.6
[packages/opensc.git] / opensc-explorer-debug.patch
... / ...
CommitLineData
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.028514 seconds and 4 git commands to generate.