Skip to content
Snippets Groups Projects
Commit cc1860bc authored by Matt Johnston's avatar Matt Johnston
Browse files

Stupid DSS hostkey bug fixed.

--HG--
extra : convert_revision : f8c94ac62bf0766d4b468c3ef88db8a11c5f75f4
parent f3c8bb2b
Branches
Tags
No related merge requests found
......@@ -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);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment