From 0efb4f6057e83bcfcc3a0767b807345aca618980 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 24 Jan 2019 13:57:06 +0000 Subject: [PATCH] wolfssl: reduce bottle deviations. --- Formula/wolfssl.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/wolfssl.rb b/Formula/wolfssl.rb index 3da44924442..cf63e8ec7c3 100644 --- a/Formula/wolfssl.rb +++ b/Formula/wolfssl.rb @@ -77,8 +77,6 @@ class Wolfssl < Formula --enable-fasthugemath ] - args << "--enable-aesni" if Hardware::CPU.aes? && !build.bottle? - # Extra flag is stated as a needed for the Mac platform. # https://wolfssl.com/wolfSSL/Docs-wolfssl-manual-2-building-wolfssl.html # Also, only applies if fastmath is enabled.