diff options
Diffstat (limited to 'networking/tls_fe.c')
-rw-r--r-- | networking/tls_fe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tls_fe.c b/networking/tls_fe.c index dcb41468a..f235082f5 100644 --- a/networking/tls_fe.c +++ b/networking/tls_fe.c | |||
@@ -554,7 +554,7 @@ static void xc_double(byte *x3, byte *z3, | |||
554 | fe_mul_c(z3, x1sq, 4); | 554 | fe_mul_c(z3, x1sq, 4); |
555 | } | 555 | } |
556 | 556 | ||
557 | void curve25519(byte *result, const byte *e, const byte *q) | 557 | void FAST_FUNC curve25519(byte *result, const byte *e, const byte *q) |
558 | { | 558 | { |
559 | int i; | 559 | int i; |
560 | 560 | ||