]> Cypherpunks repositories - gostls13.git/commit
crypto/rsa: fix loop variable capture in test
authorCherry Mui <cherryyz@google.com>
Tue, 15 Nov 2022 18:56:48 +0000 (13:56 -0500)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 15 Nov 2022 19:22:59 +0000 (19:22 +0000)
commit678cd71d11f927fcde0c1fa5d380860ce77f8391
tree4a59b0ac152223332b7a5a9cf68576c27c6a2a5f
parent96711e4d8b9247a9b8502efef1b8714dd9e1915a
crypto/rsa: fix loop variable capture in test

Should fix builds.

Change-Id: I309eccec8d08931b1ef8fee9327a08a97c6bf871
Reviewed-on: https://go-review.googlesource.com/c/go/+/450738
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/rsa/rsa_test.go