diff -urN evfs-0.2-utils/Makefile evfs-0.2-utils.fixed/Makefile --- evfs-0.2-utils/Makefile Fri May 2 11:32:28 2003 +++ evfs-0.2-utils.fixed/Makefile Fri May 2 11:32:44 2003 @@ -2,7 +2,7 @@ .c.o: gcc $(CFLAGS) -c $< -all: efs install +all: efs aes.o: aes.c aes.h sha256.o: sha256.c sha256.h getpw.o: getpw.c getpw.h diff -urN evfs-0.2-utils/sha256.c evfs-0.2-utils.fixed/sha256.c --- evfs-0.2-utils/sha256.c Fri May 2 11:30:44 2003 +++ evfs-0.2-utils.fixed/sha256.c Fri May 2 11:33:02 2003 @@ -18,7 +18,7 @@ */ #include "sha256.h" -#include +#include static void sha256_transform(u32 *state, const u8 *input) {