Skip to content

Commit

Permalink
ooniprobe: use older openssl.
Browse files Browse the repository at this point in the history
To avoid it being pulled in by `tor`.

Closes #5950.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
MikeMcQuaid committed Dec 30, 2016
1 parent 96d4c4e commit 572d277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ooniprobe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Ooniprobe < Formula
depends_on "geoip"
depends_on "libdnet"
depends_on "libyaml"
depends_on "openssl@1.1"
depends_on "openssl"
depends_on "tor"
depends_on :python

Expand Down

0 comments on commit 572d277

Please sign in to comment.