search for: dcrc32

Displaying 1 result from an estimated 1 matches for "dcrc32".

Did you mean: crc32
2000 Aug 15
0
crc32() clashes with zlib function of the same name
...nd so does the zlib library. This is at best confusing (since they are different functions with different prototypes), and at worst a source of crashes. I found this problem getting OpenSSH up and running on Darwin, which turned out to be calling the wrong function. My bandaid was to include ``-Dcrc32=crcsum32'' in CFLAGS. The proper fix would be to either use zlib's crc32 function if it is essentially the same as OpenSSH's or rename OpenSSH's function if it differs. Best regards, M.E.O.