From 20b23cc32edd4ad8aed1699b3b5d372efeac5c67 Mon Sep 17 00:00:00 2001
From: Lukas Fleischer <lfleischer@calcurse.org>
Date: Fri, 11 Mar 2022 11:23:47 -0500
Subject: Fix SHA1 calculation on big-endian systems

Add the AC_C_BIGENDIAN macro to determine endianness and set
WORDS_BIGENDIAN accordingly.

Fixes GitHub issue #397.

Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
---
 src/sha1.c | 1 +
 1 file changed, 1 insertion(+)

(limited to 'src')

diff --git a/src/sha1.c b/src/sha1.c
index 3826c76..6a5f0e3 100644
--- a/src/sha1.c
+++ b/src/sha1.c
@@ -43,6 +43,7 @@
 #include <stdlib.h>
 #include <string.h>
 
+#include "config.h"
 #include "sha1.h"
 
 #define rol(val, n) (((val) << (n)) | ((val) >> (32 - (n))))
-- 
cgit v1.2.3-70-g09d2