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/include.am | |
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/include.am')
-rw-r--r-- | src/common/include.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am index ea2c46a670..7ed75d9495 100644 --- a/src/common/include.am +++ b/src/common/include.am @@ -105,12 +105,12 @@ src/common/src_common_libor_testing_a-log.$(OBJEXT) \ LIBOR_CRYPTO_A_SRC = \ src/common/aes.c \ + src/common/compress.c \ src/common/compress_zlib.c \ src/common/crypto.c \ src/common/crypto_pwbox.c \ src/common/crypto_s2k.c \ src/common/crypto_format.c \ - src/common/torgzip.c \ src/common/tortls.c \ src/common/crypto_curve25519.c \ src/common/crypto_ed25519.c @@ -146,6 +146,7 @@ COMMONHEADERS = \ src/common/compat_openssl.h \ src/common/compat_threads.h \ src/common/compat_time.h \ + src/common/compress.h \ src/common/compress_zlib.h \ src/common/confline.h \ src/common/container.h \ @@ -165,7 +166,6 @@ COMMONHEADERS = \ src/common/storagedir.h \ src/common/testsupport.h \ src/common/timers.h \ - src/common/torgzip.h \ src/common/torint.h \ src/common/torlog.h \ src/common/tortls.h \ |