comparison svr-runopts.c @ 857:c19acba28590

use oldstyle comments
author Matt Johnston <matt@ucc.asn.au>
date Thu, 14 Nov 2013 22:03:30 +0800
parents 7540c0822374
children 17b15683648d
comparison
equal deleted inserted replaced
856:f56c41030c15 857:c19acba28590
434 #ifdef DROPBEAR_ECC_521 434 #ifdef DROPBEAR_ECC_521
435 if (type == DROPBEAR_SIGNKEY_ECDSA_NISTP521) { 435 if (type == DROPBEAR_SIGNKEY_ECDSA_NISTP521) {
436 loadhostkey_helper("ECDSA521", (void**)&read_key->ecckey521, (void**)&svr_opts.hostkey->ecckey521, fatal_duplicate); 436 loadhostkey_helper("ECDSA521", (void**)&read_key->ecckey521, (void**)&svr_opts.hostkey->ecckey521, fatal_duplicate);
437 } 437 }
438 #endif 438 #endif
439 #endif // DROPBEAR_ECDSA 439 #endif /* DROPBEAR_ECDSA */
440 sign_key_free(read_key); 440 sign_key_free(read_key);
441 TRACE(("leave loadhostkey")) 441 TRACE(("leave loadhostkey"))
442 } 442 }
443 443
444 static void addhostkey(const char *keyfile) { 444 static void addhostkey(const char *keyfile) {