From: Niels Möller Date: Tue, 8 Jan 2019 22:00:45 +0000 (+0100) Subject: Add missing include of sha2-internal.h. X-Git-Tag: nettle_3.5rc1~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09def119c3410c47919999df5762778b8b62ac93;p=thirdparty%2Fnettle.git Add missing include of sha2-internal.h. --- diff --git a/ChangeLog b/ChangeLog index 980c697d..cee3e546 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-01-08 Niels Möller + + * sha512-compress.c: Add missing include of sha2-internal.h. + 2018-12-26 Niels Möller * examples/hogweed-benchmark.c (make_openssl_rsa_ctx): New helper diff --git a/sha512-compress.c b/sha512-compress.c index 24007f28..f6d8a616 100644 --- a/sha512-compress.c +++ b/sha512-compress.c @@ -53,6 +53,7 @@ #include #include "sha2.h" +#include "sha2-internal.h" #include "macros.h"