summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Færøy <ahf@torproject.org>2017-04-18 03:23:29 +0200
committerNick Mathewson <nickm@torproject.org>2017-04-25 08:06:01 -0400
commit300ac496853448eb3eeb3529d3aedaa8cc212ec3 (patch)
treeddffd104956b949bd5bb9a440a76d86638696d40
parent04583df4520705bc171be9b720344167029292cb (diff)
downloadtor-300ac496853448eb3eeb3529d3aedaa8cc212ec3.tar.gz
tor-300ac496853448eb3eeb3529d3aedaa8cc212ec3.zip
Add `compress_zlib.obj` to `src/common/Makefile.nmake`.
See https://bugs.torproject.org/21663
-rw-r--r--src/common/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.nmake b/src/common/Makefile.nmake
index 8667959b52..a1c819fffa 100644
--- a/src/common/Makefile.nmake
+++ b/src/common/Makefile.nmake
@@ -7,8 +7,8 @@ LIBOR_OBJECTS = address.obj backtrace.obj compat.obj container.obj di_ops.obj \
log.obj memarea.obj mempool.obj procmon.obj sandbox.obj util.obj \
util_codedigest.obj
-LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj crypto_format.obj compress.obj tortls.obj \
- crypto_curve25519.obj curve25519-donna.obj
+LIBOR_CRYPTO_OBJECTS = aes.obj crypto.obj crypto_format.obj compress.obj compress_zlib.obj \
+ tortls.obj crypto_curve25519.obj curve25519-donna.obj
LIBOR_EVENT_OBJECTS = compat_libevent.obj