]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add missing include of sha2-internal.h.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 8 Jan 2019 22:00:45 +0000 (23:00 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 8 Jan 2019 22:00:45 +0000 (23:00 +0100)
ChangeLog
sha512-compress.c

index 980c697d4f728863ccbd2043caffae250b076731..cee3e546f2b54f667943ad88ad3122ad7e64f81c 100644 (file)
--- 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
index 24007f288e5b60b2ac53c3f12610351d1086f280..f6d8a616da9377f0c1f8a5cac089d68490cae306 100644 (file)
@@ -53,6 +53,7 @@
 #include <string.h>
 
 #include "sha2.h"
+#include "sha2-internal.h"
 
 #include "macros.h"