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