diff options
Diffstat (limited to 'networking/tls_fe.h')
-rw-r--r-- | networking/tls_fe.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/networking/tls_fe.h b/networking/tls_fe.h deleted file mode 100644 index 2859c9d2d..000000000 --- a/networking/tls_fe.h +++ /dev/null @@ -1,6 +0,0 @@ -/* - * Copyright (C) 2018 Denys Vlasenko - * - * Licensed under GPLv2, see file LICENSE in this source tree. - */ -void curve25519(uint8_t *result, const uint8_t *e, const uint8_t *q) FAST_FUNC; |