]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Add missing include of string.h.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 28 Mar 2024 19:14:51 +0000 (20:14 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 28 Mar 2024 19:14:51 +0000 (20:14 +0100)
shake128.c

index ceec7b93635a306c42fa122ff9905714454372c5..f0eb7e243a869f740c27bc576b319828a598c145 100644 (file)
@@ -36,6 +36,8 @@
 # include "config.h"
 #endif
 
+#include <string.h>
+
 #include "sha3.h"
 #include "sha3-internal.h"