From cc1860bc86ed84c41bfefce47e1ee7396413d095 Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 18 Aug 2004 09:14:30 +0000 Subject: Stupid DSS hostkey bug fixed. --HG-- extra : convert_revision : f8c94ac62bf0766d4b468c3ef88db8a11c5f75f4 --- svr-runopts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svr-runopts.c b/svr-runopts.c index 93b1ae3..82b6a30 100644 --- a/svr-runopts.c +++ b/svr-runopts.c @@ -302,7 +302,7 @@ static sign_key * loadhostkeys(const char * dsskeyfile, } #endif #ifdef DROPBEAR_DSS - type = DROPBEAR_SIGNKEY_RSA; + type = DROPBEAR_SIGNKEY_DSS; ret = readhostkey(dsskeyfile, hostkey, &type); if (ret == DROPBEAR_FAILURE) { disablekey(DROPBEAR_SIGNKEY_DSS, dsskeyfile); -- cgit v1.2.3