diff options
author | Alexander Færøy <ahf@torproject.org> | 2017-04-18 03:21:53 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-25 08:06:01 -0400 |
commit | 04583df4520705bc171be9b720344167029292cb (patch) | |
tree | 21d5ce9cfe8eac60cf07e877e038d3a6becb5fee /src/common/compress_zlib.c | |
parent | 9d5bc1a9354637aa59025f61e577c6d42f8c53ba (diff) | |
download | tor-04583df4520705bc171be9b720344167029292cb.tar.gz tor-04583df4520705bc171be9b720344167029292cb.zip |
Rename the `torgzip` module to `compress`.
See https://bugs.torproject.org/21663
Diffstat (limited to 'src/common/compress_zlib.c')
-rw-r--r-- | src/common/compress_zlib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/compress_zlib.c b/src/common/compress_zlib.c index 38e500c754..2c9aba32ee 100644 --- a/src/common/compress_zlib.c +++ b/src/common/compress_zlib.c @@ -15,7 +15,7 @@ #include "util.h" #include "torlog.h" -#include "torgzip.h" +#include "compress.h" #include "compress_zlib.h" /* zlib 1.2.4 and 1.2.5 do some "clever" things with macros. Instead of |