]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
Added missing include of config.h. Needed
authorNiels Möller <nisse@lysator.liu.se>
Sat, 3 Sep 2011 06:03:15 +0000 (08:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 3 Sep 2011 06:03:15 +0000 (08:03 +0200)
for correct operation on big-endian systems.

Rev: nettle/ripemd160-compress.c:1.4

ripemd160-compress.c

index ca815fe4dbce47e2f2c0a0ed1a21926e13289530..66b25b29379a2dfdbc607ef7447ce916272e8e55 100644 (file)
  * MA 02111-1307, USA.
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string.h>
 
 #include "ripemd160.h"