]> Cypherpunks repositories - gostls13.git/commit
crypto/cipher: fix duplicated arguments to bytes.Equal in test
authorIskander Sharipov <quasilyte@gmail.com>
Sat, 2 Mar 2019 06:51:44 +0000 (09:51 +0300)
committerFilippo Valsorda <filippo@golang.org>
Fri, 8 Mar 2019 22:18:36 +0000 (22:18 +0000)
commit8782fd04319e16b372852ae8572b8c90f56e01ae
treececd4e915b3062cc4ef9255510e54d97258d63fd
parent359fb4a9afe273c1ef5600c0c7308dc167c0d4eb
crypto/cipher: fix duplicated arguments to bytes.Equal in test

Args were duplicated by a mistake. Found using static analysis tools.

Change-Id: I2f61e09844bc409b1f687d654767332d93dd39a2
Reviewed-on: https://go-review.googlesource.com/c/go/+/164937
Reviewed-by: Emmanuel Odeke <emm.odeke@gmail.com>
src/crypto/cipher/cfb_test.go