From: Niels Möller Date: Wed, 15 Apr 2020 18:04:36 +0000 (+0200) Subject: Make poly1305-internal.h include poly1305.h, not aes.h. X-Git-Tag: nettle_3.6rc2~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7755d069ffa584a3baf23597d935dc4b789ec04e;p=thirdparty%2Fnettle.git Make poly1305-internal.h include poly1305.h, not aes.h. --- 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" {