summaryrefslogtreecommitdiff
path: root/bignum-random-prime.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2018-07-07 22:10:41 +0200
committerNiels Möller <nisse@lysator.liu.se>2018-07-07 22:10:41 +0200
commitee23e44f077bb83584673831446f4f0f123c25a9 (patch)
tree8ef3cf8fa67a8ba68885a441d89157b11917dde2 /bignum-random-prime.c
parent4980e4ac3ead90ab710334e9f48c594f7f9d2f45 (diff)
downloadnettle-ee23e44f077bb83584673831446f4f0f123c25a9.tar.gz
Add two missing includes of the new internal headers.
Diffstat (limited to 'bignum-random-prime.c')
-rw-r--r--bignum-random-prime.c2
1 files changed, 1 insertions, 1 deletions
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