mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Rename the torgzip module to compress.
See https://bugs.torproject.org/21663
This commit is contained in:
committed by
Nick Mathewson
parent
9d5bc1a935
commit
04583df452
+1
-1
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user