summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/crypto/blowfish/blowfish_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/crypto/blowfish/blowfish_test.go')
-rw-r--r--vendor/golang.org/x/crypto/blowfish/blowfish_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/crypto/blowfish/blowfish_test.go b/vendor/golang.org/x/crypto/blowfish/blowfish_test.go
index 7afa1fdf3..368ba872b 100644
--- a/vendor/golang.org/x/crypto/blowfish/blowfish_test.go
+++ b/vendor/golang.org/x/crypto/blowfish/blowfish_test.go
@@ -12,7 +12,7 @@ type CryptTest struct {
out []byte
}
-// Test vector values are from http://www.schneier.com/code/vectors.txt.
+// Test vector values are from https://www.schneier.com/code/vectors.txt.
var encryptTests = []CryptTest{
{
[]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00},