summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--sha512-compress.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 980c697d..cee3e546 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-08 Niels Möller <nisse@lysator.liu.se>
+
+ * sha512-compress.c: Add missing include of sha2-internal.h.
+
2018-12-26 Niels Möller <nisse@lysator.liu.se>
* 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 <string.h>
#include "sha2.h"
+#include "sha2-internal.h"
#include "macros.h"