summaryrefslogtreecommitdiff
path: root/ecc-internal.h
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2014-09-22 14:18:05 +0200
committerNiels Möller <nisse@lysator.liu.se>2014-09-22 14:18:05 +0200
commit46bfb297beb343b0b8dfbadf1dc8c28aa2fca69e (patch)
treee6947091c46fd92881b2eb6135eac3e2197d533c /ecc-internal.h
parent89742b685789de4e03a358f6a4344b51dd37f98e (diff)
downloadnettle-46bfb297beb343b0b8dfbadf1dc8c28aa2fca69e.tar.gz
Deleted redc function pointer.
Diffstat (limited to 'ecc-internal.h')
-rw-r--r--ecc-internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ecc-internal.h b/ecc-internal.h
index 22ff181c..1088f25a 100644
--- a/ecc-internal.h
+++ b/ecc-internal.h
@@ -138,7 +138,6 @@ struct ecc_curve
unsigned short h_to_a_itch;
ecc_mod_func *modp;
- ecc_mod_func *redc;
ecc_mod_func *reduce;
ecc_mod_func *modq;