diff dropbearconvert.c @ 94:c85c88500ea6

DEBUG_TRACE now only triggers with -v on the cmdline
author Matt Johnston <matt@ucc.asn.au>
date Wed, 18 Aug 2004 15:48:25 +0000
parents 680a0bc9df0a
children 740e782679be 71e7d31f7671
line wrap: on
line diff
--- a/dropbearconvert.c	Wed Aug 18 12:42:21 2004 +0000
+++ b/dropbearconvert.c	Wed Aug 18 15:48:25 2004 +0000
@@ -62,6 +62,11 @@
 	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");