aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha512/sha512block_decl.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha512/sha512block_decl.go')
-rw-r--r--src/crypto/sha512/sha512block_decl.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/sha512/sha512block_decl.go b/src/crypto/sha512/sha512block_decl.go
index d5d03d0f3c..324659e62c 100644
--- a/src/crypto/sha512/sha512block_decl.go
+++ b/src/crypto/sha512/sha512block_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 ppc64le || ppc64 || riscv64 || s390x
+//go:build (ppc64le || ppc64 || riscv64 || s390x) && !purego
package sha512