summaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-18 03:14:36 +0200
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:06:01 -0400
commit9d5bc1a9354637aa59025f61e577c6d42f8c53ba (patch)
tree509406ce51588c6a7e38586c593313e5303327b4 /src/common/include.am
parente6c6606a17841eaf263967254990db5e9443942d (diff)
downloadtor-9d5bc1a9354637aa59025f61e577c6d42f8c53ba.tar.gz
tor-9d5bc1a9354637aa59025f61e577c6d42f8c53ba.zip
Move zlib compression code into its own module.
This patch refactors the `torgzip` module to allow us to extend a common compression API to support multiple compression backends. Additionally we move the gzip/zlib code into its own module under the name `compress_zlib`. See https://bugs.torproject.org/21664
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/include.am b/src/common/include.am
index d6504c7466..ea2c46a670 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -105,6 +105,7 @@ src/common/src_common_libor_testing_a-log.$(OBJEXT) \
LIBOR_CRYPTO_A_SRC = \
src/common/aes.c \
+ src/common/compress_zlib.c \
src/common/crypto.c \
src/common/crypto_pwbox.c \
src/common/crypto_s2k.c \
@@ -145,6 +146,7 @@ COMMONHEADERS = \
src/common/compat_openssl.h \
src/common/compat_threads.h \
src/common/compat_time.h \
+ src/common/compress_zlib.h \
src/common/confline.h \
src/common/container.h \
src/common/crypto.h \