summaryrefslogtreecommitdiff
path: root/networking/tls_fe.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/tls_fe.h')
-rw-r--r--networking/tls_fe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/networking/tls_fe.h b/networking/tls_fe.h
index fe8cff2..2859c9d 100644
--- a/networking/tls_fe.h
+++ b/networking/tls_fe.h
@@ -3,5 +3,4 @@
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
-#define CURVE25519_KEYSIZE 32
void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;