summaryrefslogtreecommitdiff
path: root/sha512-compress.c
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2019-01-08 23:00:45 +0100
committerNiels Möller <nisse@lysator.liu.se>2019-01-08 23:00:45 +0100
commit09def119c3410c47919999df5762778b8b62ac93 (patch)
tree7ee217233d717d0077738522c4fd42b191dcada4 /sha512-compress.c
parentde360df59fda050cff7f71a1a87f7bad2e16a4ed (diff)
downloadnettle-09def119c3410c47919999df5762778b8b62ac93.tar.gz
Add missing include of sha2-internal.h.
Diffstat (limited to 'sha512-compress.c')
-rw-r--r--sha512-compress.c1
1 files changed, 1 insertions, 0 deletions
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 <string.h>
#include "sha2.h"
+#include "sha2-internal.h"
#include "macros.h"