From eac41e7eba79d2adf374fc90c03f72b8b5beadf8 Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Wed, 18 Nov 2009 16:38:30 -0800 Subject: [PATCH] crypto/x509: RawContents -> RawContent TBR=rsc R=rsc https://golang.org/cl/157075 --- src/pkg/crypto/x509/x509.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.48.1