From: Katie Hockman Date: Tue, 25 Aug 2020 15:30:32 +0000 (-0400) Subject: crypto/x509: fix duplicate import X-Git-Tag: go1.16beta1~1214 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=91a52de5274a13fcaab68c0a78115eff632f68fc;p=gostls13.git crypto/x509: fix duplicate import Updates dave/dst#45. Change-Id: I165e6b3d002407a33908bf90a66ad01f8003b260 Reviewed-on: https://go-review.googlesource.com/c/go/+/250497 TryBot-Result: Gobot Gobot Reviewed-by: Filippo Valsorda --- diff --git a/src/crypto/x509/x509.go b/src/crypto/x509/x509.go index 8ce57fb1ec..49ac059a0e 100644 --- a/src/crypto/x509/x509.go +++ b/src/crypto/x509/x509.go @@ -14,7 +14,6 @@ import ( "crypto/elliptic" "crypto/rsa" "crypto/sha1" - _ "crypto/sha1" _ "crypto/sha256" _ "crypto/sha512" "crypto/x509/pkix"