summaryrefslogtreecommitdiff
path: root/lib/crypto/poly1305-donna64.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/poly1305-donna64.c')
-rw-r--r--lib/crypto/poly1305-donna64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/crypto/poly1305-donna64.c b/lib/crypto/poly1305-donna64.c
index 530287531b2e..8a72a5a84944 100644
--- a/lib/crypto/poly1305-donna64.c
+++ b/lib/crypto/poly1305-donna64.c
@@ -6,9 +6,10 @@
* public domain.
*/
+#include <crypto/internal/poly1305.h>
+#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/unaligned.h>
-#include <crypto/internal/poly1305.h>
void poly1305_core_setkey(struct poly1305_core_key *key,
const u8 raw_key[POLY1305_BLOCK_SIZE])