Rename crc32() to crc32_compute(), to avoid clashing catastrophically
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 May 2003 18:23:43 +0000 (18:23 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 13 May 2003 18:23:43 +0000 (18:23 +0000)
commit71bedafe6934ec1eae5406ba0b5ec82fed5f0d92
tree875389fdcb3462de26b20a6dd3b361cbf9a1b2d0
parentdb26b3afc1a5651b8a882128b141e2c4e4c42fa9
Rename crc32() to crc32_compute(), to avoid clashing catastrophically
with the crc32() function in the zlib interface. (Not that PuTTY
itself _uses_ zlib, but on Unix it's linked against libgtk which
uses libpng which uses zlib. And zlib has poor namespace management
so it defines this ridiculously intrusive function name. Arrrrgh.)

git-svn-id: svn://svn.tartarus.org/sgt/putty@3191 cda61777-01e9-0310-a592-d414129be87e
ssh.c
ssh.h
sshcrc.c