]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Rename crc32() to crc32_compute(), to avoid clashing catastrophically
authorSimon Tatham <anakin@pobox.com>
Tue, 13 May 2003 18:23:43 +0000 (18:23 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 13 May 2003 18:23:43 +0000 (18:23 +0000)
commit06e6997a742abcfc7cd9f10698bbc390c52a2404
tree875389fdcb3462de26b20a6dd3b361cbf9a1b2d0
parent99bef3d3cfcbf50a53bb30354c6a54a81266a422
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.)

[originally from svn r3191]
ssh.c
ssh.h
sshcrc.c