Mercurial > dropbear
comparison 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 |
comparison
equal
deleted
inserted
replaced
93:5dda5a4d475c | 94:c85c88500ea6 |
---|---|
59 #endif | 59 #endif |
60 | 60 |
61 int intype, outtype; | 61 int intype, outtype; |
62 const char* infile; | 62 const char* infile; |
63 const char* outfile; | 63 const char* outfile; |
64 | |
65 #ifdef DEBUG_TRACE | |
66 /* It's hard for it to get in the way _too_ much */ | |
67 debug_trace = 1; | |
68 #endif | |
64 | 69 |
65 /* get the commandline options */ | 70 /* get the commandline options */ |
66 if (argc != 5) { | 71 if (argc != 5) { |
67 fprintf(stderr, "All arguments must be specified\n"); | 72 fprintf(stderr, "All arguments must be specified\n"); |
68 goto usage; | 73 goto usage; |