From 4d16bb253c8807e45abcd776fcf6521c525a3f2b Mon Sep 17 00:00:00 2001 From: antirez <antirez@gmail.com> Date: Fri, 14 May 2010 19:24:01 +0200 Subject: [PATCH] one more fix for endianess detection --- sha1.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sha1.c b/sha1.c index a4f54c9e6..988ede7f0 100644 --- a/sha1.c +++ b/sha1.c @@ -21,8 +21,6 @@ A million repetitions of "a" #define SHA1HANDSOFF -#include <endian.h> - #include <stdio.h> #include <string.h> #include <sys/types.h> /* for u_int*_t */