Fix specifying a keysize for key generation, fix key name arguments

--HG--
branch : ecc
This commit is contained in:
Matt Johnston
2013-11-01 00:13:09 +08:00
parent 814ab77538
commit 082a2dde35
6 changed files with 70 additions and 34 deletions

View File

@@ -774,7 +774,7 @@ static sign_key *openssh_read(const char *filename, char *passphrase)
goto error;
}
*signkey_ecc_key_ptr(retkey, retkey->type) = ecc;
*signkey_key_ptr(retkey, retkey->type) = ecc;
}
#endif // DROPBEAR_ECDSA