summaryrefslogtreecommitdiffhomepage
path: root/ecc.h
diff options
context:
space:
mode:
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 426f698..019282d 100644
--- a/ecc.h
+++ b/ecc.h
@@ -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;
};