cyassl 3.2.0
removed unknown config option disable-ntru (without-ntru doesn't work either) Closes Homebrew/homebrew#32300. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
4a69a766f5
commit
0444489992
1 changed files with 2 additions and 3 deletions
|
@ -2,8 +2,8 @@ require "formula"
|
|||
|
||||
class Cyassl < Formula
|
||||
homepage "http://yassl.com/yaSSL/Products-cyassl.html"
|
||||
url "https://github.com/cyassl/cyassl/archive/v3.1.0.tar.gz"
|
||||
sha256 "8ece90d145255e6be5934829d86497d2425e2220d9a622d3aa08e5d965fa8d9a"
|
||||
url "https://github.com/cyassl/cyassl/archive/v3.2.0.tar.gz"
|
||||
sha256 "4b82b6cd54aec42abc557e7dc3ec8239867c5373166b9346998fbe1232b3177c"
|
||||
|
||||
head "https://github.com/cyassl/cyassl.git"
|
||||
|
||||
|
@ -17,7 +17,6 @@ class Cyassl < Formula
|
|||
--prefix=#{prefix}
|
||||
--disable-bump
|
||||
--disable-fortress
|
||||
--disable-ntru
|
||||
--disable-sniffer
|
||||
--disable-webserver
|
||||
--enable-aesccm
|
||||
|
|
Loading…
Reference in a new issue