From bb93c48973494b8c2791250732254323075a0b20 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 5 Sep 2016 15:55:56 +0200 Subject: [PATCH] openssl@1.1: remove unnecessary build option (#4532) * openssl@1.1: remove unnecessary build options * `enable-cms` is a no-op and the feature is enabled by default * openssl@1.1: readd certain build options for clarity --- Formula/openssl@1.1.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/openssl@1.1.rb b/Formula/openssl@1.1.rb index 78e97bca77650..e50e36c8235c4 100644 --- a/Formula/openssl@1.1.rb +++ b/Formula/openssl@1.1.rb @@ -40,7 +40,6 @@ def configure_args; %W[ no-ssl3 no-ssl3-method no-zlib - enable-cms ] end