]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag
authorqmuntal <quimmuntal@gmail.com>
Tue, 11 Jul 2023 15:56:17 +0000 (17:56 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Thu, 20 Jul 2023 17:51:31 +0000 (17:51 +0000)
commitcac69594d1e2844eac1715e7fdf10fca3d798b5b
treee89c2bec92fc819514911c91864baf8f890cb8d4
parentddf3a1cd6d4c7e51e1a5b08f0320f86e5bc1c355
crypto/internal/boring,crypto/sha1: remove cmd_go_bootstrap build tag

Since CL 402595, the Go compiler no longer uses any package under
crypto, so there is no need to explicitly exclude boring from the
go bootstrap build.

Change-Id: Ib71349fffaab151c6e1fb42a9684151439b70cc8
Reviewed-on: https://go-review.googlesource.com/c/go/+/508402
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
12 files changed:
src/crypto/internal/boring/aes.go
src/crypto/internal/boring/boring.go
src/crypto/internal/boring/ecdh.go
src/crypto/internal/boring/ecdsa.go
src/crypto/internal/boring/hmac.go
src/crypto/internal/boring/notboring.go
src/crypto/internal/boring/rand.go
src/crypto/internal/boring/rsa.go
src/crypto/internal/boring/sha.go
src/crypto/sha1/boring.go [deleted file]
src/crypto/sha1/notboring.go [deleted file]
src/crypto/sha1/sha1.go