aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes/aes_gcm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes/aes_gcm.go')
-rw-r--r--src/crypto/aes/aes_gcm.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crypto/aes/aes_gcm.go b/src/crypto/aes/aes_gcm.go
index 1de0e457a2..98fb6d8e9b 100644
--- a/src/crypto/aes/aes_gcm.go
+++ b/src/crypto/aes/aes_gcm.go
@@ -3,7 +3,6 @@
// license that can be found in the LICENSE file.
//go:build amd64 || arm64
-// +build amd64 arm64
package aes