diff options
Diffstat (limited to 'chrome/installer/mac/third_party/bsdiff/goobsdiff.c')
-rw-r--r-- | chrome/installer/mac/third_party/bsdiff/goobsdiff.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/installer/mac/third_party/bsdiff/goobsdiff.c b/chrome/installer/mac/third_party/bsdiff/goobsdiff.c index d723a03..22b0bc1 100644 --- a/chrome/installer/mac/third_party/bsdiff/goobsdiff.c +++ b/chrome/installer/mac/third_party/bsdiff/goobsdiff.c @@ -34,7 +34,6 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 #include <err.h> #include <fcntl.h> #include <lzma.h> -#include <openssl/sha.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -52,6 +51,8 @@ __FBSDID("$FreeBSD: src/usr.bin/bsdiff/bsdiff/bsdiff.c,v 1.1 2005/08/06 01:59:05 #error Provide htole64 for this platform #endif +#include "chrome/installer/mac/third_party/bsdiff/sha1_adapter.h" + #define MIN(x,y) (((x)<(y)) ? (x) : (y)) static void split(off_t *I,off_t *V,off_t start,off_t len,off_t h) |