From f8870f786aa9fb5f69921e7243d660932ffec061 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Tue, 27 Jan 2015 13:17:30 +0100 Subject: Moved internal declarations from ecc.h to ecc-internal.h. --- ecc-add-eh.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ecc-add-eh.c') diff --git a/ecc-add-eh.c b/ecc-add-eh.c index 34b39f03..a16be4cb 100644 --- a/ecc-add-eh.c +++ b/ecc-add-eh.c @@ -36,12 +36,6 @@ #include "ecc.h" #include "ecc-internal.h" -mp_size_t -ecc_add_eh_itch (const struct ecc_curve *ecc) -{ - return ECC_ADD_EH_ITCH (ecc->p.size); -} - /* Add two points on an Edwards curve, with result and first point in homogeneous coordinates. */ void -- cgit v1.2.1