]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
b2sum: port blake2b-ref.c to HP-UX aCC
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2019 14:57:39 +0000 (07:57 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 17 May 2019 14:58:32 +0000 (07:58 -0700)
Continue the fix for Bug#35650.
* src/blake2/blake2b-ref.c [HAVE_CONFIG_H]: Include <config.h>.

src/blake2/blake2b-ref.c

index cbb1d8be4366d5d07aa7972c67cedad8bbf56a32..74cbf1fb410f44b9fedb879871b6f254e448e624 100644 (file)
    https://blake2.net.
 */
 
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
 #include <stdint.h>
 #include <string.h>
 #include <stdio.h>