Skip to content

Commit

Permalink
proxytunnel: no OpenSSL 1.1 support
Browse files Browse the repository at this point in the history
  • Loading branch information
fxcoudert committed Aug 29, 2019
1 parent 61992b2 commit 6c1956c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/proxytunnel.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Proxytunnel < Formula

depends_on "asciidoc" => :build
depends_on "xmlto" => :build
depends_on "openssl"
depends_on "openssl" # no OpenSSL 1.1 support

# Remove for > 1.9.1
# Remove conflicting strlcpy/strlcat declarations
Expand Down

0 comments on commit 6c1956c

Please sign in to comment.