From: Brad Fitzpatrick Date: Tue, 25 Feb 2014 18:55:26 +0000 (-0800) Subject: crypto/sha1: restore accidental removal of arm build tag X-Git-Tag: go1.3beta1~576 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8a8b5cba67da4e16aef2ab7704bb079cc8771cf3;p=gostls13.git crypto/sha1: restore accidental removal of arm build tag Regression from https://golang.org/cl/68490043/diff/60001/src/pkg/crypto/sha1/sha1block_decl.go Fixes arm build. TBR=rsc R=rsc CC=golang-codereviews https://golang.org/cl/68080046 --- diff --git a/src/pkg/crypto/sha1/sha1block_decl.go b/src/pkg/crypto/sha1/sha1block_decl.go index 2331deb3a9..24e521af1f 100644 --- a/src/pkg/crypto/sha1/sha1block_decl.go +++ b/src/pkg/crypto/sha1/sha1block_decl.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build amd64 amd64p32 386 +// +build amd64 amd64p32 arm 386 package sha1