sslyze: fix links in comments to work for everyone
* make them secure too Closes Homebrew/homebrew#46143. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
ce7b1a8667
commit
d273ecb079
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ class Sslyze < Formula
|
|||
|
||||
def install
|
||||
# openssl fails on parallel build. Related issues:
|
||||
# - http://rt.openssl.org/Ticket/Display.html?id=3736
|
||||
# - http://rt.openssl.org/Ticket/Display.html?id=3737
|
||||
# - https://rt.openssl.org/Ticket/Display.html?id=3736&user=guest&pass=guest
|
||||
# - https://rt.openssl.org/Ticket/Display.html?id=3737&user=guest&pass=guest
|
||||
ENV.deparallelize
|
||||
|
||||
resource("openssl").stage do
|
||||
|
|
Loading…
Reference in a new issue