From ce4e5a48c7a50c203e10a6ef94ad640931917f5b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 3 Sep 2011 08:03:15 +0200
Subject: [PATCH] Added missing include of config.h. Needed for correct
 operation on big-endian systems.

Rev: nettle/ripemd160-compress.c:1.4
---
 ripemd160-compress.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ripemd160-compress.c b/ripemd160-compress.c
index ca815fe4..66b25b29 100644
--- a/ripemd160-compress.c
+++ b/ripemd160-compress.c
@@ -20,6 +20,10 @@
  * MA 02111-1307, USA.
  */
 
+#if HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <string.h>
 
 #include "ripemd160.h"
-- 
GitLab