keybase / go-crypto

[mirror] Go supplementary cryptography libraries
https://godoc.org/golang.org/x/crypto
BSD 3-Clause "New" or "Revised" License
50 stars 20 forks source link

Fix test failures on Go 1.10. #63

Closed logic closed 6 years ago

logic commented 6 years ago

I maintain the Fedora package of keybase/go-crypto, and the recent update to go 1.10 (slated to appear in Fedora 28) triggered a few test failures due to go vet being run by default now. It looks like you might have already taken an earlier pass at it; this patch just grabs a couple of stragglers.

maxtaco commented 6 years ago

Thanks for the PR