diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-07 22:28:10 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-02-07 22:28:36 +0000 |
commit | 4d0e7b66e50b17a7b091394f3496089757a75fc0 (patch) | |
tree | 6685e9a4ca77d2fc7adcbdbe2278764047e0b097 /src/libcryptobox/poly1305/ref-32.c | |
parent | 06a8ad2bae9e0aa0fe62e6059198bb3ec57eb08f (diff) | |
download | rspamd-4d0e7b66e50b17a7b091394f3496089757a75fc0.tar.gz rspamd-4d0e7b66e50b17a7b091394f3496089757a75fc0.zip |
Fix optimized poly1305.
Diffstat (limited to 'src/libcryptobox/poly1305/ref-32.c')
-rw-r--r-- | src/libcryptobox/poly1305/ref-32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcryptobox/poly1305/ref-32.c b/src/libcryptobox/poly1305/ref-32.c index 8086e1c46..ea9633f62 100644 --- a/src/libcryptobox/poly1305/ref-32.c +++ b/src/libcryptobox/poly1305/ref-32.c @@ -5,6 +5,7 @@ */ #include "config.h" +#include "poly1305.h" enum { POLY1305_BLOCK_SIZE = 16 |