openssl: Tweak configuration flag
`-no-ssl2` works but is technically incorrect. Replace with `no-ssl2`. Closes Homebrew/homebrew#31844. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
9215285140
commit
54ca9509ab
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Openssl < Formula
|
|||
def configure_args; %W[
|
||||
--prefix=#{prefix}
|
||||
--openssldir=#{openssldir}
|
||||
-no-ssl2
|
||||
no-ssl2
|
||||
zlib-dynamic
|
||||
shared
|
||||
enable-cms
|
||||
|
|
Loading…
Reference in a new issue