aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/cipher/xor_generic.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/cipher/xor_generic.go')
-rw-r--r--src/crypto/cipher/xor_generic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/cipher/xor_generic.go b/src/crypto/cipher/xor_generic.go
index b7de60873c..ca9c4bbf39 100644
--- a/src/crypto/cipher/xor_generic.go
+++ b/src/crypto/cipher/xor_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.
-// +build !amd64,!ppc64,!ppc64le
+// +build !amd64,!ppc64,!ppc64le,!arm64
package cipher