one more fix for endianess detection

This commit is contained in:
antirez 2010-05-14 19:24:01 +02:00
parent 8ba4004934
commit 4d16bb253c
1 changed files with 0 additions and 2 deletions

2
sha1.c
View File

@ -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 */