]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/sha1: restore accidental removal of arm build tag
authorBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Feb 2014 18:55:26 +0000 (10:55 -0800)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 25 Feb 2014 18:55:26 +0000 (10:55 -0800)
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

src/pkg/crypto/sha1/sha1block_decl.go

index 2331deb3a99ec04146f4b843119fe9ecac14c8c3..24e521af1fcbcf0278be93a0226cd10a90dbf16f 100644 (file)
@@ -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