From: Adam Langley Date: Thu, 19 Nov 2009 00:38:30 +0000 (-0800) Subject: crypto/x509: RawContents -> RawContent X-Git-Tag: weekly.2009-12-07~205 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eac41e7eba79d2adf374fc90c03f72b8b5beadf8;p=gostls13.git crypto/x509: RawContents -> RawContent TBR=rsc R=rsc https://golang.org/cl/157075 --- diff --git a/src/pkg/crypto/x509/x509.go b/src/pkg/crypto/x509/x509.go index ee0f3858d1..37bc894bac 100644 --- a/src/pkg/crypto/x509/x509.go +++ b/src/pkg/crypto/x509/x509.go @@ -78,7 +78,7 @@ type certificate struct { } type tbsCertificate struct { - Raw asn1.RawContents; + Raw asn1.RawContent; Version int "optional,explicit,default:1,tag:0"; SerialNumber asn1.RawValue; SignatureAlgorithm algorithmIdentifier;