aboutsummaryrefslogtreecommitdiff
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 fe8cff228..2859c9d2d 100644
--- a/networking/tls_fe.h
+++ b/networking/tls_fe.h
@@ -3,5 +3,4 @@
3 * 3 *
4 * Licensed under GPLv2, see file LICENSE in this source tree. 4 * Licensed under GPLv2, see file LICENSE in this source tree.
5 */ 5 */
6#define CURVE25519_KEYSIZE 32
7void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC; 6void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;