]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_generic/crc32.c
* Allow crc32 to be used at address 0x000
[people/ms/u-boot.git] / lib_generic / crc32.c
index 2de39c7db719d52eaae494e16eabf775fe0d64f3..ce18fc2252a71c7aeb5e2cd5208f5669cd96a18c 100644 (file)
@@ -155,7 +155,6 @@ uLong ZEXPORT crc32(crc, buf, len)
     const Bytef *buf;
     uInt len;
 {
-    if (buf == Z_NULL) return 0L;
 #ifdef DYNAMIC_CRC_TABLE
     if (crc_table_empty)
       make_crc_table();