Rename the torgzip module to compress.

See https://bugs.torproject.org/21663
This commit is contained in:
Alexander Færøy
2017-04-18 03:21:53 +02:00
committed by Nick Mathewson
parent 9d5bc1a935
commit 04583df452
9 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -69,6 +69,7 @@
#include "circuitmux.h"
#include "circuitmux_ewma.h"
#include "circuitstats.h"
#include "compress.h"
#include "compress_zlib.h"
#include "config.h"
#include "connection.h"
@@ -100,7 +101,6 @@
#include "statefile.h"
#include "transports.h"
#include "ext_orport.h"
#include "torgzip.h"
#ifdef _WIN32
#include <shlobj.h>
#endif
+1 -1
View File
@@ -71,7 +71,7 @@
#include "tortls.h"
#include "torlog.h"
#include "container.h"
#include "torgzip.h"
#include "compress.h"
#include "address.h"
#include "compat_libevent.h"
#include "ht.h"