From 2634c4586bc445db6b5bcc35d21071c78e0fdd4b Mon Sep 17 00:00:00 2001 From: Egor Duda Date: Mon, 17 Jan 2022 20:41:56 +0300 Subject: [PATCH] fix typo --- svr-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svr-runopts.c b/svr-runopts.c index 38d6681..e1ec394 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -669,7 +669,7 @@ void load_all_hostkeys() { } #endif #if DROPBEAR_SK_ECDSA - disablekey(DROPBEAR_SIGNKEY_SK_ECDSA); + disablekey(DROPBEAR_SIGNKEY_SK_ECDSA_NISTP256); #endif #if DROPBEAR_SK_ED25519 disablekey(DROPBEAR_SIGNKEY_SK_ED25519);