diff options
Diffstat (limited to 'src/pkg/crypto/md5/md5block_decl.go')
-rw-r--r-- | src/pkg/crypto/md5/md5block_decl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/md5/md5block_decl.go b/src/pkg/crypto/md5/md5block_decl.go index c4d6aaaf0..d7956a6d2 100644 --- a/src/pkg/crypto/md5/md5block_decl.go +++ b/src/pkg/crypto/md5/md5block_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 386 arm package md5 |