aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes/gcm_ppc64x.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes/gcm_ppc64x.go')
-rw-r--r--src/crypto/aes/gcm_ppc64x.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/aes/gcm_ppc64x.go b/src/crypto/aes/gcm_ppc64x.go
index 2a7f898dc4..04fac72459 100644
--- a/src/crypto/aes/gcm_ppc64x.go
+++ b/src/crypto/aes/gcm_ppc64x.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
+//go:build (ppc64le || ppc64) && !purego
package aes