Mercurial > dropbear
diff svr-runopts.c @ 846:b298bb438625 keyondemand
refactor key generation, make it generate as required.
Needs UI in server command line options
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 07 Nov 2013 00:18:52 +0800 |
parents | 75509065db53 |
children | f4bb964c8678 |
line wrap: on
line diff
--- a/svr-runopts.c Fri Nov 01 00:21:59 2013 +0800 +++ b/svr-runopts.c Thu Nov 07 00:18:52 2013 +0800 @@ -482,7 +482,7 @@ #endif #ifdef DROPBEAR_ECC_521 if (!svr_opts.hostkey->ecckey521) { - disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); + //disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); } #endif #endif