summaryrefslogtreecommitdiff
path: root/ecc-add-eh.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2015-01-27 13:17:30 +0100
committerNiels Möller <nisse@lysator.liu.se>2015-01-27 13:17:30 +0100
commitf8870f786aa9fb5f69921e7243d660932ffec061 (patch)
treec637a6cd774566996a4ca5f138b5c8dc680185e1 /ecc-add-eh.c
parentcedb87cd47af78fceed5b1d2c91d2a8950cea4a1 (diff)
downloadnettle-f8870f786aa9fb5f69921e7243d660932ffec061.tar.gz
Moved internal declarations from ecc.h to ecc-internal.h.
Diffstat (limited to 'ecc-add-eh.c')
-rw-r--r--ecc-add-eh.c6
1 files changed, 0 insertions, 6 deletions
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