summaryrefslogtreecommitdiffhomepage
path: root/dropbearconvert.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2004-07-27 14:44:43 +0000
committerMatt Johnston <matt@ucc.asn.au>2004-07-27 14:44:43 +0000
commit8b6ddcb06620031611f7482561c88346a1245f57 (patch)
treec1a82471e8775da7882d6ad974b0864fbfd9c3a6 /dropbearconvert.c
parent58baa046d26f1f7ded8682ae73ca945bebc0f71b (diff)
Switching to the magical new Makefile, and new dbmulti style
--HG-- extra : convert_revision : 3f8efcdd56aab197d30a1ea81527c37dfee2f928
Diffstat (limited to 'dropbearconvert.c')
-rw-r--r--dropbearconvert.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dropbearconvert.c b/dropbearconvert.c
index 0929ba8..3ceccff 100644
--- a/dropbearconvert.c
+++ b/dropbearconvert.c
@@ -53,8 +53,8 @@ static void printhelp(char * progname) {
"standard input or standard output.\n", progname);
}
-#if defined(DBMULTI_CONVERT) || !defined(DROPBEAR_MULTI)
-#if defined(DBMULTI_CONVERT) && defined(DROPBEAR_MULTI)
+#if defined(DBMULTI_dropbearconvert) || !defined(DROPBEAR_MULTI)
+#if defined(DBMULTI_dropbearconvert) && defined(DROPBEAR_MULTI)
int dropbearconvert_main(int argc, char ** argv) {
#else
int main(int argc, char ** argv) {