From 5387ad760fa48bc4a060e7fbcbb3c6760cdacac3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Catalinas=20Jim=C3=A9nez?= Date: Sun, 21 Feb 2016 22:07:05 +0000 Subject: [PATCH] crypto/sha3: Remove import path checking from vendored code --- crypto/sha3/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/sha3/doc.go b/crypto/sha3/doc.go index a0ee3ae725..3dab530f86 100644 --- a/crypto/sha3/doc.go +++ b/crypto/sha3/doc.go @@ -63,4 +63,4 @@ // They produce output of the same length, with the same security strengths // against all attacks. This means, in particular, that SHA3-256 only has // 128-bit collision resistance, because its output length is 32 bytes. -package sha3 // import "golang.org/x/crypto/sha3" +package sha3