Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Appveyor: Install OpenSSL to resolve a header/library mismatch #1525

Merged
merged 1 commit into from Nov 11, 2019

Conversation

Labels
None yet
Projects
None yet
3 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Nov 11, 2019

Install the mingw OpenSSL package in Appveyor. This makes sure that
the OpenSSL headers and libraries match in Tor's Appveyor builds.

(This bug was triggered by an Appveyor image update.)

Fixes bug 32449; bugfix on 0.3.5.6-rc.

Install the mingw OpenSSL package in Appveyor. This makes sure that
the OpenSSL headers and libraries match in Tor's Appveyor builds.

(This bug was triggered by an Appveyor image update.)

Fixes bug 32449; bugfix on 0.3.5.6-rc.
@coveralls
Copy link

@coveralls coveralls commented Nov 11, 2019

Pull Request Test Coverage Report for Build 7159

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 1238 unchanged lines in 33 files lost coverage.
  • Overall coverage decreased (-1.7%) to 59.088%

Files with Coverage Reduction New Missed Lines %
src/feature/dirclient/dirclient.c 1 18.5%
src/feature/hs/hs_service.c 1 73.47%
src/feature/nodelist/nodelist.c 1 61.26%
src/core/or/circuitlist.c 2 55.45%
src/core/or/policies.c 2 84.6%
src/feature/dircache/consdiffmgr.c 2 90.06%
src/feature/nodelist/microdesc.c 2 73.12%
src/feature/relay/router.c 2 35.02%
src/feature/rend/rendcache.c 2 92.89%
src/lib/container/buffers.c 2 91.2%
Totals Coverage Status
Change from base Build 7077: -1.7%
Covered Lines: 43158
Relevant Lines: 73040

💛 - Coveralls

@torproject-pusher torproject-pusher merged commit 2abff83 into torproject:maint-0.3.5 Nov 11, 2019
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment