Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Benjamin J. Thompson
Tor
Commits
300ac496
Commit
300ac496
authored
7 years ago
by
Alexander Hansen Færøy
Committed by
Nick Mathewson
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Add `compress_zlib.obj` to `src/common/Makefile.nmake`.
See
https://bugs.torproject.org/21663
parent
04583df4
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/common/Makefile.nmake
+2
-2
2 additions, 2 deletions
src/common/Makefile.nmake
with
2 additions
and
2 deletions
src/common/Makefile.nmake
+
2
−
2
View file @
300ac496
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment