diff options
author | techknowlogick <techknowlogick@gitea.io> | 2020-12-20 10:36:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-20 17:36:07 +0200 |
commit | e0a84d78809f4b19247ec7538e76f73b1f4c499f (patch) | |
tree | ea4f043a30f0b3bf2a1d0f2e665a3ca7c0d0acad /vendor/golang.org/x/crypto/poly1305/sum_amd64.s | |
parent | f3c4baa84b8fa7afb3eab137b4c5e3544bd9e761 (diff) | |
download | gitea-e0a84d78809f4b19247ec7538e76f73b1f4c499f.tar.gz gitea-e0a84d78809f4b19247ec7538e76f73b1f4c499f.zip |
dep: update crypto. info: https://golangtutorial.dev/news/fix-in-crypto-package/ (#14067)
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 8d394a212e..2cb0373140 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 !gccgo,!purego +// +build gc,!purego #include "textflag.h" |