commit 300ac496853448eb3eeb3529d3aedaa8cc212ec3 Author: Alexander Færøy ahf@torproject.org Date: Tue Apr 18 03:23:29 2017 +0200
Add `compress_zlib.obj` to `src/common/Makefile.nmake`.
See https://bugs.torproject.org/21663 --- src/common/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/common/Makefile.nmake b/src/common/Makefile.nmake index 8667959..a1c819f 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
tor-commits@lists.torproject.org