diff options
Diffstat (limited to 'libgo/go/crypto/sha1/sha1block_decl.go')
-rw-r--r-- | libgo/go/crypto/sha1/sha1block_decl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/crypto/sha1/sha1block_decl.go b/libgo/go/crypto/sha1/sha1block_decl.go index b2c68f0e8ba..24e521af1fc 100644 --- a/libgo/go/crypto/sha1/sha1block_decl.go +++ b/libgo/go/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 386 arm +// +build amd64 amd64p32 arm 386 package sha1 |