]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
I just had a need to decode a piece of Zlib data from out of the
authorSimon Tatham <anakin@pobox.com>
Thu, 21 Oct 2004 10:59:53 +0000 (10:59 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 21 Oct 2004 10:59:53 +0000 (10:59 +0000)
commitedc1b84d83136d1310a31c1ae3c1a0750e965c13
tree34b13daa651fc80bc0dcf3de0526f9c813038364
parent793abe6dbdd606c024ec8606c1ed35cf3865392a
I just had a need to decode a piece of Zlib data from out of the
middle of a PDF. So here's a modification to sshzlib.c which enables
it to be compiled into a standalone Zlib decoder if you define
ZLIB_STANDALONE. As an added bonus, it (both standalone and in
PuTTY) also validates the Zlib header, just to make sure someone
hasn't defined a new compression format.

git-svn-id: http://svn.tartarus.org/sgt/putty@4657 cda61777-01e9-0310-a592-d414129be87e
sshzlib.c