aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/selftest/poly1305.h
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 01:45:51 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2018-07-31 05:27:05 +0200
commitad98700bf2157c40788957434135ee71cbdba9cd (patch)
treec7e6f8429ebfa455530cdd5aefc6f3d6dc22be2b /src/selftest/poly1305.h
parentcurve25519-x86_64: tighten reductions modulo 2^256-38 (diff)
downloadwireguard-monolithic-historical-ad98700bf2157c40788957434135ee71cbdba9cd.tar.xz
wireguard-monolithic-historical-ad98700bf2157c40788957434135ee71cbdba9cd.zip
main: add missing chacha20poly1305 header
Diffstat (limited to '')
-rw-r--r--src/selftest/poly1305.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/selftest/poly1305.h b/src/selftest/poly1305.h
index b3b74e1..d1b7227 100644
--- a/src/selftest/poly1305.h
+++ b/src/selftest/poly1305.h
@@ -6,7 +6,6 @@
#ifdef DEBUG
-#include "../crypto/chacha20poly1305.h"
#include "../crypto/simd.h"
struct poly1305_testdata {