crypto/x509: RawContents -> RawContent

TBR=rsc

R=rsc
https://golang.org/cl/157075
This commit is contained in:
Adam Langley 2009-11-18 16:38:30 -08:00
parent 3ab331ed29
commit eac41e7eba
1 changed files with 1 additions and 1 deletions

View 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;