aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorchdiza2014-08-24 12:45:37 -0400
committerJack Nagel2014-08-24 12:45:29 -0500
commit0f6ce95be288787de878c84996934f546a413e85 (patch)
tree7e4be885ccd94c9c098d57337bb1b11208542c39 /Library/Formula
parentaea77de58c434953de01bb4d0a19d12d546c1197 (diff)
downloadhomebrew-0f6ce95be288787de878c84996934f546a413e85.tar.bz2
openssl: Tweak configuration flag
`-no-ssl2` works but is technically incorrect. Replace with `no-ssl2`. Closes #31844. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/openssl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb
index 86ef490a2..547ad20af 100644
--- a/Library/Formula/openssl.rb
+++ b/Library/Formula/openssl.rb
@@ -31,7 +31,7 @@ class Openssl < Formula
def configure_args; %W[
--prefix=#{prefix}
--openssldir=#{openssldir}
- -no-ssl2
+ no-ssl2
zlib-dynamic
shared
enable-cms