OSX should include sha1
authorJens Axboe <jens.axboe@oracle.com>
Sun, 20 Dec 2009 21:30:27 +0000 (22:30 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Sun, 20 Dec 2009 21:30:27 +0000 (22:30 +0100)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile.mac

index 7574f00c274fa07b27bf9472da65da0fea0dc25b..eab633317f27b0c591ede10f04bef82d0c71d29b 100644 (file)
@@ -14,6 +14,7 @@ OBJS += crc/crc32.o
 OBJS += crc/crc32c.o
 OBJS += crc/crc32c-intel.o
 OBJS += crc/crc64.o
+OBJS += crc/sha1.o
 OBJS += crc/sha256.o
 OBJS += crc/sha512.o
 OBJS += crc/md5.o