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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_fe.h b/networking/tls_fe.h
index bd2f2b3da..fe8cff228 100644
--- a/networking/tls_fe.h
+++ b/networking/tls_fe.h
@@ -4,4 +4,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);
+void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC;