diff options
Diffstat (limited to 'svr-runopts.c')
-rw-r--r-- | svr-runopts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svr-runopts.c b/svr-runopts.c index 2db88c2..53dd9fd 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -482,7 +482,7 @@ void load_all_hostkeys() { #endif #ifdef DROPBEAR_ECC_521 if (!svr_opts.hostkey->ecckey521) { - disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); + //disablekey(DROPBEAR_SIGNKEY_ECDSA_NISTP521); } #endif #endif |