summaryrefslogtreecommitdiff
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 2d8fc49f..0d07ee5d 100644
--- a/ecc.h
+++ b/ecc.h
@@ -206,7 +206,7 @@ mp_size_t
ecc_eh_to_a_itch (const struct ecc_curve *ecc);
void
ecc_eh_to_a (const struct ecc_curve *ecc,
- int flags,
+ int op,
mp_limb_t *r, const mp_limb_t *p,
mp_limb_t *scratch);