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 dcb4146..f235082 100644 --- a/networking/tls_fe.c +++ b/networking/tls_fe.c @@ -554,7 +554,7 @@ static void xc_double(byte *x3, byte *z3, fe_mul_c(z3, x1sq, 4); } -void curve25519(byte *result, const byte *e, const byte *q) +void FAST_FUNC curve25519(byte *result, const byte *e, const byte *q) { int i; |