From 2ad160b18bafeedcf82a229846326224638edd67 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 26 May 2016 09:26:09 +0100 Subject: [PATCH 1/1] algorithms.c: Add support for Poly1305. --- catacomb-python.h | 1 + 1 file changed, 1 insertion(+) diff --git a/catacomb-python.h b/catacomb-python.h index ecdbc30..0949562 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -62,6 +62,7 @@ #include #include #include +#include #include #include #include -- 2.11.0