Mercurial > dropbear
diff ecc.h @ 757:230666086711 ecc
ecc key import function
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Wed, 27 Mar 2013 23:50:52 +0800 |
parents | bf9dc2d9c2b1 |
children | 76fba0856749 |
line wrap: on
line diff
--- a/ecc.h Wed Mar 27 00:38:03 2013 +0800 +++ b/ecc.h Wed Mar 27 23:50:52 2013 +0800 @@ -9,7 +9,7 @@ #ifdef DROPBEAR_ECC struct dropbear_ecc_curve { - const ltc_ecc_set_type* ltc_set; + const ltc_ecc_set_type *dp; // curve domain parameters const struct ltc_hash_descriptor *hash_desc; const char *name; };