]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/x509: RawContents -> RawContent
authorAdam Langley <agl@golang.org>
Thu, 19 Nov 2009 00:38:30 +0000 (16:38 -0800)
committerAdam Langley <agl@golang.org>
Thu, 19 Nov 2009 00:38:30 +0000 (16:38 -0800)
TBR=rsc

R=rsc
https://golang.org/cl/157075

src/pkg/crypto/x509/x509.go

index ee0f3858d1646c083bb547d7b4e049e41e3b832d..37bc894bacae86838b80970c275353dd809cf10a 100644 (file)
@@ -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;