Mercurial > dropbear
comparison svr-runopts.c @ 1538:f20038b513a5
more linting (#58)
* const parameter
* fix indentation
author | François Perrad <francois.perrad@gadz.org> |
---|---|
date | Mon, 26 Feb 2018 14:31:15 +0100 |
parents | 6a83b1944432 |
children | bb8eaa26bc93 1acbdf64088e |
comparison
equal
deleted
inserted
replaced
1537:6a83b1944432 | 1538:f20038b513a5 |
---|---|
540 #endif | 540 #endif |
541 | 541 |
542 #if DROPBEAR_ECDSA | 542 #if DROPBEAR_ECDSA |
543 loadhostkey(ECDSA_PRIV_FILENAME, 0); | 543 loadhostkey(ECDSA_PRIV_FILENAME, 0); |
544 #endif | 544 #endif |
545 } | 545 } |
546 | 546 |
547 #if DROPBEAR_DELAY_HOSTKEY | 547 #if DROPBEAR_DELAY_HOSTKEY |
548 if (svr_opts.delay_hostkey) { | 548 if (svr_opts.delay_hostkey) { |
549 disable_unset_keys = 0; | 549 disable_unset_keys = 0; |
550 } | 550 } |