summaryrefslogtreecommitdiffhomepage
path: root/dropbearconvert.c
diff options
context:
space:
mode:
Diffstat (limited to 'dropbearconvert.c')
-rw-r--r--dropbearconvert.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dropbearconvert.c b/dropbearconvert.c
index 482a820..9e16fe7 100644
--- a/dropbearconvert.c
+++ b/dropbearconvert.c
@@ -62,6 +62,11 @@ int main(int argc, char ** argv) {
const char* infile;
const char* outfile;
+#ifdef DEBUG_TRACE
+ /* It's hard for it to get in the way _too_ much */
+ debug_trace = 1;
+#endif
+
/* get the commandline options */
if (argc != 5) {
fprintf(stderr, "All arguments must be specified\n");