diff options
author | 6543 <6543@obermui.de> | 2020-02-28 10:51:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-28 10:51:18 +0100 |
commit | 8d2059a20184842d9a7a573d285956dd998d42c4 (patch) | |
tree | ea957536a3d71dc9a98b793fe9b0e8c89252ea12 /vendor/golang.org/x/crypto/poly1305/sum_amd64.s | |
parent | 694f44660f51aa2e8be920c49461380b7db64755 (diff) | |
download | gitea-8d2059a20184842d9a7a573d285956dd998d42c4.tar.gz gitea-8d2059a20184842d9a7a573d285956dd998d42c4.zip |
update: macaron cores,gzip,session (#10522)
Co-authored-by: zeripath <art27@cantab.net>
Diffstat (limited to 'vendor/golang.org/x/crypto/poly1305/sum_amd64.s')
-rw-r--r-- | vendor/golang.org/x/crypto/poly1305/sum_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/poly1305/sum_amd64.s b/vendor/golang.org/x/crypto/poly1305/sum_amd64.s index 8c0cefbb3c..8d394a212e 100644 --- a/vendor/golang.org/x/crypto/poly1305/sum_amd64.s +++ b/vendor/golang.org/x/crypto/poly1305/sum_amd64.s @@ -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,!gccgo,!appengine +// +build !gccgo,!purego #include "textflag.h" |