aboutsummaryrefslogtreecommitdiff
path: root/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go')
-rw-r--r--src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go b/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go
index 1d4dcd33fd..4c2eb703c3 100644
--- a/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.go
+++ b/src/vendor/golang_org/x/crypto/chacha20poly1305/chacha20poly1305_noasm.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 !go1.7
+// +build !amd64 !go1.7 gccgo appengine
package chacha20poly1305