Rename shadowing variable in compress_zlib.c.
commit91dd4a00f7d4891e24187a849933547128aeeb9f
authorAlexander Færøy <ahf@torproject.org>
Tue, 25 Apr 2017 12:46:02 +0000 (25 14:46 +0200)
committerAlexander Færøy <ahf@torproject.org>
Tue, 25 Apr 2017 12:56:55 +0000 (25 14:56 +0200)
tree54b9c995ff02c788c876566b88cc11b02223ae14
parent754b86ba01db81b109c657a33a19978d5703a72b
Rename shadowing variable in compress_zlib.c.

This patch renames the `compress` parameter of the
`tor_zlib_compress_new()` function to `_compress` to avoid shadowing the
`compress()` function in zlib.h.
src/common/compress_zlib.c