aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha1/sha1block_decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha1/sha1block_decl.go')
-rw-r--r--src/crypto/sha1/sha1block_decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha1/sha1block_decl.go b/src/crypto/sha1/sha1block_decl.go
index 8e20401c14..3edf5a4360 100644
--- a/src/crypto/sha1/sha1block_decl.go
+++ b/src/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.
-//go:build arm || 386 || s390x
+//go:build (arm || 386 || s390x) && !purego
package sha1