From: Niels Möller Date: Sat, 7 Jul 2018 20:10:41 +0000 (+0200) Subject: Add two missing includes of the new internal headers. X-Git-Tag: nettle_3.5rc1~64 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee23e44f077bb83584673831446f4f0f123c25a9;p=thirdparty%2Fnettle.git Add two missing includes of the new internal headers. --- diff --git a/bignum-random-prime.c b/bignum-random-prime.c index 14249e2d..48d9c0ac 100644 --- a/bignum-random-prime.c +++ b/bignum-random-prime.c @@ -50,7 +50,7 @@ #endif #include "bignum.h" - +#include "hogweed-internal.h" #include "macros.h" /* Use a table of p_2 = 3 to p_{172} = 1021, used for sieving numbers diff --git a/ripemd160-compress.c b/ripemd160-compress.c index 443b255c..f8eed7df 100644 --- a/ripemd160-compress.c +++ b/ripemd160-compress.c @@ -40,6 +40,7 @@ #include #include "ripemd160.h" +#include "ripemd160-internal.h" #include "macros.h"