aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2014-02-25 10:55:26 -0800
committerBrad Fitzpatrick <bradfitz@golang.org>2014-02-25 10:55:26 -0800
commit8a8b5cba67da4e16aef2ab7704bb079cc8771cf3 (patch)
treeb9c26c7392d9d7efe0067d7e2fadaeafc370974c
parentab26623182bb94e1b29668d86b5ee387991926fe (diff)
downloadgo-8a8b5cba67da4e16aef2ab7704bb079cc8771cf3.tar.xz
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
-rw-r--r--src/pkg/crypto/sha1/sha1block_decl.go2
1 files changed, 1 insertions, 1 deletions
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