From 7755d069ffa584a3baf23597d935dc4b789ec04e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niels=20M=C3=B6ller?= Date: Wed, 15 Apr 2020 20:04:36 +0200 Subject: [PATCH] Make poly1305-internal.h include poly1305.h, not aes.h. --- poly1305-internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poly1305-internal.h b/poly1305-internal.h index edb80f7f..61818510 100644 --- a/poly1305-internal.h +++ b/poly1305-internal.h @@ -35,7 +35,7 @@ #ifndef NETTLE_POLY1305_INTERNAL_H_INCLUDED #define NETTLE_POLY1305_INTERNAL_H_INCLUDED -#include "aes.h" +#include "poly1305.h" #ifdef __cplusplus extern "C" { -- 2.47.2