Turn "compress" into a subsystem.

This commit is contained in:
Nick Mathewson
2018-11-02 18:34:56 -04:00
parent 207253df8d
commit 019a044e5e
8 changed files with 33 additions and 5 deletions
-1
View File
@@ -255,7 +255,6 @@ main(int c, const char **v)
subsystems_init_upto(SUBSYS_LEVEL_LIBS);
options = options_new();
tor_compress_init();
struct tor_libevent_cfg cfg;
memset(&cfg, 0, sizeof(cfg));