Mercurial > dropbear
comparison keyimport.c @ 845:774ad9b112ef
merge yet again
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Fri, 01 Nov 2013 00:21:59 +0800 |
parents | d7d9f1612d51 d4ce5269a439 |
children | b298bb438625 6c69e7df3621 |
comparison
equal
deleted
inserted
replaced
844:68facbc41273 | 845:774ad9b112ef |
---|---|
761 != MP_OKAY) { | 761 != MP_OKAY) { |
762 errmsg = "Error parsing ECC key"; | 762 errmsg = "Error parsing ECC key"; |
763 goto error; | 763 goto error; |
764 } | 764 } |
765 | 765 |
766 *signkey_ecc_key_ptr(retkey, retkey->type) = ecc; | 766 *signkey_key_ptr(retkey, retkey->type) = ecc; |
767 } | 767 } |
768 #endif // DROPBEAR_ECDSA | 768 #endif // DROPBEAR_ECDSA |
769 | 769 |
770 /* | 770 /* |
771 * Now put together the actual key. Simplest way to do this is | 771 * Now put together the actual key. Simplest way to do this is |