mirror of https://github.com/golang/go.git
crypto/x509: remove the redundant type declare
crypto/x509: remove the redundant type declare
This commit is contained in:
parent
94d9a20453
commit
c8223adfc8
|
|
@ -1927,7 +1927,7 @@ func buildExtensions(template *Certificate, subjectIsEmpty bool, authorityKeyId
|
|||
dp := distributionPoint{
|
||||
DistributionPoint: distributionPointName{
|
||||
FullName: []asn1.RawValue{
|
||||
asn1.RawValue{Tag: 6, Class: 2, Bytes: []byte(name)},
|
||||
{Tag: 6, Class: 2, Bytes: []byte(name)},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue