From d95898ceee0769dac9bf74c46f8f68d3d3d79100 Mon Sep 17 00:00:00 2001 From: Selva Date: Sat, 22 Sep 2018 00:59:00 +0530 Subject: [PATCH] Add support for mips and mipsle (32bit) --- cmac/hash_32bit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmac/hash_32bit.go b/cmac/hash_32bit.go index 7d51437..f9d28ee 100644 --- a/cmac/hash_32bit.go +++ b/cmac/hash_32bit.go @@ -13,7 +13,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build 386 arm,!arm64 +// +build 386 arm,!arm64 mips mipsle package cmac