Tartarus CVS: putty: simon
tartarus-commits@lists.tartarus.org
tartarus-commits@lists.tartarus.org
Tue, 13 May 2003 19:23:46 +0100
CVS Root: /home/cvs
Module: putty
Changes by: simon
Date: Tue May 13 2003 19:23:45 BST
Log message:
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.)
Modified files:
. : ssh.c ssh.h sshcrc.c
Links:
http://cvs.tartarus.org//putty/ssh.c.diff?r1=1.294&r2=1.295
http://cvs.tartarus.org//putty/ssh.h.diff?r1=1.71&r2=1.72
http://cvs.tartarus.org//putty/sshcrc.c.diff?r1=1.6&r2=1.7