summaryrefslogtreecommitdiff
path: root/svr-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-11-14 22:03:30 +0800
commit67f4cce42c59be9b580ea0229a7dfcb5187d575c (patch)
tree34f1e473dfbf16b0463b00ee1f5c8c528b067afb /svr-runopts.c
parent3cc4c4b025d11efd06280497a8a4e6186e70139a (diff)
downloaddropbear-67f4cce42c59be9b580ea0229a7dfcb5187d575c.tar.gz
use oldstyle comments
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c
index cbfd190..f78190f 100644
--- a/svr-runopts.c
+++ b/svr-runopts.c
@@ -436,7 +436,7 @@ static void loadhostkey(const char *keyfile, int fatal_duplicate) {
loadhostkey_helper("ECDSA521", (void**)&read_key->ecckey521, (void**)&svr_opts.hostkey->ecckey521, fatal_duplicate);
}
#endif
-#endif // DROPBEAR_ECDSA
+#endif /* DROPBEAR_ECDSA */
sign_key_free(read_key);
TRACE(("leave loadhostkey"))
}