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:
chdiza 2014-08-24 12:45:37 -04:00 committed by Jack Nagel
parent 9215285140
commit 54ca9509ab

View file

@ -31,7 +31,7 @@ class Openssl < Formula
def configure_args; %W[
--prefix=#{prefix}
--openssldir=#{openssldir}
-no-ssl2
no-ssl2
zlib-dynamic
shared
enable-cms