summaryrefslogtreecommitdiffhomepage
path: root/ecc.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-09 00:36:04 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-09 00:36:04 +0800
commit7f091e70196cdcfbf80d16d508e6bed0bce38022 (patch)
tree4b2fbbf4ee71a61b9156e32d743118eb5a694d98 /ecc.h
parent4f07805d0a658de4b8645ea12471269d006428a9 (diff)
start on ecdsa keys
--HG-- branch : ecc
Diffstat (limited to 'ecc.h')
-rw-r--r--ecc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecc.h b/ecc.h
index 9457ebe..35775d8 100644
--- a/ecc.h
+++ b/ecc.h
@@ -10,7 +10,7 @@
struct dropbear_ecc_curve {
const ltc_ecc_set_type *dp; // curve domain parameters
- const struct ltc_hash_descriptor *hash_desc;
+ const struct ltc_hash_descriptor *hashdesc;
const char *name;
};