aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/sha256/sha256block_arm64.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/sha256/sha256block_arm64.go')
-rw-r--r--src/crypto/sha256/sha256block_arm64.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/crypto/sha256/sha256block_arm64.go b/src/crypto/sha256/sha256block_arm64.go
index e5da566363..434b6f253d 100644
--- a/src/crypto/sha256/sha256block_arm64.go
+++ b/src/crypto/sha256/sha256block_arm64.go
@@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !purego
+
package sha256
import "internal/cpu"