comparison dropbearconvert.c @ 87:680a0bc9df0a

Some small fixes for unused vars, and old messages
author Matt Johnston <matt@ucc.asn.au>
date Tue, 17 Aug 2004 11:14:13 +0000
parents 0bf5cebe622c
children c85c88500ea6
comparison
equal deleted inserted replaced
86:ace512d2ad5d 87:680a0bc9df0a
45 "The input and output types are one of:\n" 45 "The input and output types are one of:\n"
46 "openssh\n" 46 "openssh\n"
47 "dropbear\n" 47 "dropbear\n"
48 "\n" 48 "\n"
49 "Example:\n" 49 "Example:\n"
50 "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n" 50 "dropbearconvert openssh dropbear /etc/ssh/ssh_host_rsa_key /etc/dropbear_rsa_host_key\n",
51 "\n" 51 progname);
52 "The inputfile and outputfile can be '-' to specify\n"
53 "standard input or standard output.\n", progname);
54 } 52 }
55 53
56 #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI) 54 #if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI)
57 #if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI) 55 #if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI)
58 int dropbearconvert_main(int argc, char ** argv) { 56 int dropbearconvert_main(int argc, char ** argv) {