summaryrefslogtreecommitdiff
path: root/svr-runopts.c
diff options
context:
space:
mode:
Diffstat (limited to 'svr-runopts.c')
-rw-r--r--svr-runopts.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/svr-runopts.c b/svr-runopts.c
index e1ec394..02ec2d4 100644
--- a/svr-runopts.c
+++ b/svr-runopts.c
@@ -668,12 +668,6 @@ void load_all_hostkeys() {
any_keys = 1;
}
#endif
-#if DROPBEAR_SK_ECDSA
- disablekey(DROPBEAR_SIGNKEY_SK_ECDSA_NISTP256);
-#endif
-#if DROPBEAR_SK_ED25519
- disablekey(DROPBEAR_SIGNKEY_SK_ED25519);
-#endif
if (!any_keys) {
dropbear_exit("No hostkeys available. 'dropbear -R' may be useful or run dropbearkey.");