From 58839cefb50e56ae5b157b37e9814ae83ceee70b Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 20 Jul 2017 15:22:49 -0700 Subject: Upgrading server dependancies (#6984) --- vendor/golang.org/x/crypto/blowfish/blowfish_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/golang.org/x/crypto/blowfish/blowfish_test.go') 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}, -- cgit v1.2.3-1-g7c22